Skip to content

Commit

Permalink
Significantly reduce the default checkpoint interval
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Dec 1, 2024
1 parent 62cea30 commit ee4407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/daemon/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ struct Args {
long,
value_name = "checkpoint-interval-seconds",
help = "Interval in seconds between database checkpoints",
default_value = "10"
default_value = "240"
)]
checkpoint_interval_seconds: u16,

Expand Down

0 comments on commit ee4407d

Please sign in to comment.