Skip to content

Commit c8632c7

Browse files
committed
chore: reduce default checkpoint size
1 parent e90c92f commit c8632c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub struct Args {
6161
pub num_threads: NumThreads,
6262

6363
/// Amount of slots to be processed before saving latest synced slot in the db
64-
#[arg(short, long, default_value_t = 1000)]
64+
#[arg(short, long, default_value_t = 50)]
6565
pub slots_per_save: u32,
6666

6767
/// Disable slot checkpoint saving when syncing

0 commit comments

Comments
 (0)