Fix build sleep.
This commit is contained in:
parent
6542d5f1b5
commit
66823059b4
@ -6,7 +6,7 @@ use crate::db::DbHandle;
|
|||||||
use crate::db::DbLocalAction;
|
use crate::db::DbLocalAction;
|
||||||
|
|
||||||
pub(crate) const ACTION_BUILD: &str = "build";
|
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;
|
const ACTION_BUILD_JOBS: u64 = 1;
|
||||||
|
|
||||||
pub(crate) fn build(
|
pub(crate) fn build(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user