We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b47215 commit c236d51Copy full SHA for c236d51
1 file changed
go/base/context.go
@@ -324,7 +324,7 @@ func NewMigrationContext() *MigrationContext {
324
pointOfInterestTimeMutex: &sync.Mutex{},
325
lastHeartbeatOnChangelogMutex: &sync.Mutex{},
326
ColumnRenameMap: make(map[string]string),
327
- PanicAbort: make(chan error, 1),
+ PanicAbort: make(chan error),
328
ctx: ctx,
329
cancelFunc: cancelFunc,
330
abortMutex: &sync.Mutex{},
0 commit comments