Skip to content

Commit

Permalink
Merge #3182
Browse files Browse the repository at this point in the history
3182: Reduce force_keep_final_periods to 10. r=damip a=Eitu33

To the moon πŸš€ 

Co-authored-by: Thomas Plisson <thomas.plisson@epitech.eu>
  • Loading branch information
bors[bot] and Eitu33 authored Oct 24, 2022
2 parents 8018c75 + 160271f commit 1863a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-node/base_config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# max number of blocks waiting for dependencies
max_dependency_blocks = 2048
# number of final periods that must be kept at all times (increase to more resilience to short network disconnections, high values will increase RAM usage.)
force_keep_final_periods = 20
force_keep_final_periods = 10

# max milliseconds to wait while sending an event before dropping it
max_send_wait = 0
Expand Down

0 comments on commit 1863a53

Please sign in to comment.