Skip to content

Commit dff5a01

Browse files
author
test
committed
Refactoring
1 parent ea11c40 commit dff5a01

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
@@ -168,7 +168,7 @@ async fn main() -> std::io::Result<()> {
168168
// Spawn the membership synchronization (heartbeat) task.
169169
let cluster_clone = cluster_data.clone();
170170
let current_clone = current_node.clone();
171-
tokio::spawn(membership_sync(cluster_clone, current_clone, 10));
171+
tokio::spawn(membership_sync(cluster_clone, current_clone, 60));
172172

173173
println!("Starting distributed DB engine at http://{}", current_node);
174174

0 commit comments

Comments
 (0)