Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/local-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Tests are found under [localtests](https://github.com/github/gh-ost/tree/master/
New data-integrity, synchronization issues or otherwise concerns are expected to be tested by new test cases.

While this is merged work is still ongoing.

2 changes: 1 addition & 1 deletion go/logic/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down