Skip to content

Commit ef238ee

Browse files
committed
Double the time waiting post replication restart
1 parent adf8a6e commit ef238ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/inspect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/openark/golib/sqlutils"
2323
)
2424

25-
const startSlavePostWaitMilliseconds = 500 * time.Millisecond
25+
const startSlavePostWaitMilliseconds = 1000 * time.Millisecond
2626

2727
// Inspector reads data from the read-MySQL-server (typically a replica, but can be the master)
2828
// It is used for gaining initial status and structure, and later also follow up on progress and changelog

0 commit comments

Comments
 (0)