Skip to content

Commit

Permalink
Increase timeouts to 3 mins (#4514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon authored Nov 6, 2023
1 parent 7b221d6 commit 388fc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massa-node/base_config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@
# if ping is too high bootstrap will be interrupted after max_ping milliseconds
max_ping = 10000
# timeout for incoming message readout
read_timeout = 60000
read_timeout = 180000
# timeout for message sending
write_timeout = 60000
write_timeout = 180000
# timeout for incoming error message readout
read_error_timeout = 200
# timeout for message error sending
Expand Down

0 comments on commit 388fc2d

Please sign in to comment.