Skip to content

Commit b979990

Browse files
Merge pull request #1713 from github/danieljoos-move-tables-enable-throttler
Enable throttler in move-tables mode
2 parents fa9b2bc + 33d99a3 commit b979990

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

go/logic/migrator.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,11 +2177,7 @@ func (mgtr *Migrator) executeWriteFuncs() error {
21772177
return nil
21782178
}
21792179

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-
}
2180+
mgtr.throttler.throttle(nil)
21852181

21862182
// We give higher priority to event processing, then secondary priority to
21872183
// rowcopy

0 commit comments

Comments
 (0)