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.
2 parents fa9b2bc + 33d99a3 commit b979990Copy full SHA for b979990
1 file changed
go/logic/migrator.go
@@ -2177,11 +2177,7 @@ func (mgtr *Migrator) executeWriteFuncs() error {
2177
return nil
2178
}
2179
2180
- if !mgtr.migrationContext.IsMoveTablesMode() {
2181
- // disable throttling in move-tables mode for now
2182
- // https://github.com/github/database-infrastructure/issues/8212
2183
- mgtr.throttler.throttle(nil)
2184
- }
+ mgtr.throttler.throttle(nil)
2185
2186
// We give higher priority to event processing, then secondary priority to
2187
// rowcopy
0 commit comments