Skip to content

Commit

Permalink
set back the bookkeeping compaction to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Aug 24, 2023
1 parent d7f89d4 commit 148122f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/corro-agent/src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ use trust_dns_resolver::{

const MAX_SYNC_BACKOFF: Duration = Duration::from_secs(60); // 1 minute oughta be enough, we're constantly getting broadcasts randomly + targetted
const RANDOM_NODES_CHOICES: usize = 10;
const COMPACT_BOOKED_INTERVAL: Duration = Duration::from_secs(60);
const COMPACT_BOOKED_INTERVAL: Duration = Duration::from_secs(300);

pub struct AgentOptions {
actor_id: ActorId,
Expand Down

0 comments on commit 148122f

Please sign in to comment.