diff --git a/pkg/types/types.go b/pkg/types/types.go index 291dd6d..19e75bf 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -24,7 +24,7 @@ const ( DefaultCtrlrLossTimeoutSec = 30 // DefaultReconnectDelaySec can't be more than DefaultFastIoFailTimeoutSec, same for non-default values. - DefaultReconnectDelaySec = 5 + DefaultReconnectDelaySec = 2 DefaultFastIOFailTimeoutSec = 15 // DefaultTransportAckTimeout value is not the timeout second. // The timeout formula is 2^(transport_ack_timeout) msec.