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.
100
10
1 parent d6c8363 commit 535f372Copy full SHA for 535f372
go/base/context.go
@@ -15,7 +15,7 @@ import (
15
"sync/atomic"
16
"time"
17
18
- "github.com/satori/go.uuid"
+ uuid "github.com/satori/go.uuid"
19
20
"github.com/github/gh-ost/go/mysql"
21
"github.com/github/gh-ost/go/sql"
@@ -551,8 +551,8 @@ func (this *MigrationContext) SetMaxLagMillisecondsThrottleThreshold(maxLagMilli
551
}
552
553
func (this *MigrationContext) SetChunkSize(chunkSize int64) {
554
- if chunkSize < 100 {
555
- chunkSize = 100
+ if chunkSize < 10 {
+ chunkSize = 10
556
557
if chunkSize > 100000 {
558
chunkSize = 100000
0 commit comments