Skip to content

Commit

Permalink
Double the time waiting post replication restart
Browse files Browse the repository at this point in the history
  • Loading branch information
andyedison committed Jun 11, 2024
1 parent adf8a6e commit ef238ee
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ef238ee

Please sign in to comment.