Skip to content

Commit 070843b

Browse files
Merge pull request #1060 from percona/PBM-1414-revert-numInsertionWorkers-value-to-10
PBM-1414 revert the default for numInsertionWorkers to 10
2 parents 81a4475 + 1a0100d commit 070843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pbm-agent/restore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
numInsertionWorkersDefault = 1
21+
numInsertionWorkersDefault = 10
2222
)
2323

2424
func (a *Agent) Restore(ctx context.Context, r *ctrl.RestoreCmd, opid ctrl.OPID, ep config.Epoch) {

0 commit comments

Comments
 (0)