We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf8a6e commit ef238eeCopy full SHA for ef238ee
go/logic/inspect.go
@@ -22,7 +22,7 @@ import (
22
"github.com/openark/golib/sqlutils"
23
)
24
25
-const startSlavePostWaitMilliseconds = 500 * time.Millisecond
+const startSlavePostWaitMilliseconds = 1000 * time.Millisecond
26
27
// Inspector reads data from the read-MySQL-server (typically a replica, but can be the master)
28
// It is used for gaining initial status and structure, and later also follow up on progress and changelog
0 commit comments