Skip to content
Merged
Changes from all 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
6 changes: 1 addition & 5 deletions go/logic/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2177,11 +2177,7 @@ func (mgtr *Migrator) executeWriteFuncs() error {
return nil
}

if !mgtr.migrationContext.IsMoveTablesMode() {
// disable throttling in move-tables mode for now
// https://github.com/github/database-infrastructure/issues/8212
mgtr.throttler.throttle(nil)
}
mgtr.throttler.throttle(nil)

// We give higher priority to event processing, then secondary priority to
// rowcopy
Expand Down
Loading