Fix build sleep.
All checks were successful
rust-clippy Build rust-clippy has succeeded
rust-test Build rust-test has succeeded
format Build format has succeeded
build-poudboot Build build-poudboot has succeeded

This commit is contained in:
Tom Alexander 2024-05-06 09:07:22 -04:00
parent 6542d5f1b5
commit 66823059b4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -6,7 +6,7 @@ use crate::db::DbHandle;
use crate::db::DbLocalAction;
pub(crate) const ACTION_BUILD: &str = "build";
const ACTION_BUILD_INTERVAL: u64 = 1209600;
const ACTION_BUILD_INTERVAL: u64 = 7200;
const ACTION_BUILD_JOBS: u64 = 1;
pub(crate) fn build(