From de69d650984b12719b68d3ea63bb2ee62f0b2338 Mon Sep 17 00:00:00 2001 From: Alexgao001 Date: Thu, 19 Oct 2023 17:03:46 +0800 Subject: [PATCH] extend the waiting time when catch up the newest block --- common/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.go b/common/const.go index 160b270..e6af0c2 100644 --- a/common/const.go +++ b/common/const.go @@ -19,7 +19,7 @@ const ( OracleChannelId types.ChannelId = 0 SleepTimeAfterSyncLightBlock = 15 * time.Second - ListenerPauseTime = 2 * time.Second + ListenerPauseTime = 3 * time.Second ErrorRetryInterval = 1 * time.Second AssembleInterval = 500 * time.Millisecond