From 388fc2df910ecb5d1817ea44ddf1768f4d95c594 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Mon, 6 Nov 2023 15:34:15 +0100 Subject: [PATCH] Increase timeouts to 3 mins (#4514) --- massa-node/base_config/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/massa-node/base_config/config.toml b/massa-node/base_config/config.toml index e114d7297d1..6b1b2184586 100644 --- a/massa-node/base_config/config.toml +++ b/massa-node/base_config/config.toml @@ -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