We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19b1f1 commit d21da91Copy full SHA for d21da91
src/config/mod.rs
@@ -173,8 +173,8 @@ impl NodeConfig {
173
rocks_db_path: self.db_path.join("rocksdb"),
174
file_db_path: self.db_path.join("files"),
175
state_gc_options: self.states_gc_enabled.then(|| ton_indexer::StateGcOptions {
176
- offset_sec: rand::thread_rng().gen_range(0..3600),
177
- interval_sec: 3600,
+ offset_sec: rand::thread_rng().gen_range(0..60),
+ interval_sec: 60,
178
}),
179
blocks_gc_options: self
180
.blocks_gc_enabled
0 commit comments