mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-28 00:38:57 +00:00
react slower
This commit is contained in:
+3
-3
@@ -21,10 +21,10 @@ use crate::replication::*;
|
||||
use crate::schema::*;
|
||||
use crate::util::*;
|
||||
|
||||
pub(crate) const MERKLE_SLEEP_INITIAL: Duration = Duration::from_micros(10);
|
||||
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_ADD_DECREASE: Duration = Duration::from_micros(10);
|
||||
pub(crate) const MERKLE_SLEEP_MULT_INCREASE: f32 = 1.2;
|
||||
pub(crate) const MERKLE_SLEEP_ADD_DECREASE: Duration = Duration::from_micros(1);
|
||||
pub(crate) const MERKLE_SLEEP_MULT_INCREASE: f32 = 1.1;
|
||||
|
||||
pub struct TableData<F: TableSchema, R: TableReplication> {
|
||||
system: Arc<System>,
|
||||
|
||||
Reference in New Issue
Block a user