Skip to content

Commit

Permalink
chore: up block time (#204)
Browse files Browse the repository at this point in the history
Description
---
Double the current block time to help non synced node catchup
  • Loading branch information
SWvheerden authored Dec 5, 2024
1 parent 54f0d33 commit a2df4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Default for Config {
network_silence_delay: 300,
max_relay_circuits: None,
max_relay_circuits_per_peer: None,
block_time: 10,
block_time: 20,
share_window: 2160,
}
}
Expand Down

0 comments on commit a2df4c6

Please sign in to comment.