We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c92f commit c8632c7Copy full SHA for c8632c7
src/args.rs
@@ -61,7 +61,7 @@ pub struct Args {
61
pub num_threads: NumThreads,
62
63
/// Amount of slots to be processed before saving latest synced slot in the db
64
- #[arg(short, long, default_value_t = 1000)]
+ #[arg(short, long, default_value_t = 50)]
65
pub slots_per_save: u32,
66
67
/// Disable slot checkpoint saving when syncing
0 commit comments