Skip to content

Commit c4783ca

Browse files
author
test
committed
Cold storage offload -> 30s
1 parent 1938abe commit c4783ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async fn main() -> std::io::Result<()> {
163163
}
164164

165165
// Spawn the periodic cold save task.
166-
tokio::spawn(cold_save(state.clone(), 5));
166+
tokio::spawn(cold_save(state.clone(), 30));
167167

168168
// Initialize cluster data with dynamic membership.
169169
let mut initial_nodes = HashMap::new();

0 commit comments

Comments
 (0)