From ef238eef8d250e56775cab1f4d1aee4ca3af5a2b Mon Sep 17 00:00:00 2001 From: Andy Edison Date: Tue, 11 Jun 2024 19:13:43 +0000 Subject: [PATCH] Double the time waiting post replication restart --- go/logic/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/logic/inspect.go b/go/logic/inspect.go index 3ece8ab26..12052e313 100644 --- a/go/logic/inspect.go +++ b/go/logic/inspect.go @@ -22,7 +22,7 @@ import ( "github.com/openark/golib/sqlutils" ) -const startSlavePostWaitMilliseconds = 500 * time.Millisecond +const startSlavePostWaitMilliseconds = 1000 * time.Millisecond // Inspector reads data from the read-MySQL-server (typically a replica, but can be the master) // It is used for gaining initial status and structure, and later also follow up on progress and changelog