mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 14:56:53 +00:00
allow up to 30sec
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ use crate::schema::*;
|
||||
use crate::util::*;
|
||||
|
||||
pub(crate) const MERKLE_SLEEP_INITIAL: Duration = Duration::from_micros(1);
|
||||
pub(crate) const MERKLE_SLEEP_MAX: Duration = Duration::from_secs(2);
|
||||
pub(crate) const MERKLE_SLEEP_MAX: Duration = Duration::from_secs(30);
|
||||
pub(crate) const MERKLE_SLEEP_ADD_DECREASE: Duration = Duration::from_micros(1);
|
||||
pub(crate) const MERKLE_SLEEP_MULT_INCREASE: f32 = 1.1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user