Skip to content

Commit 30b66c8

Browse files
author
Alec Schaefer
authored
change default batch size to 5000 (#360)
1 parent aca03db commit 30b66c8

File tree

1 file changed

+1
-1
lines changed
  • op-chain-ops/cmd/celo-migrate

1 file changed

+1
-1
lines changed

op-chain-ops/cmd/celo-migrate/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var (
8282
batchSizeFlag = &cli.Uint64Flag{
8383
Name: "batch-size",
8484
Usage: "Batch size to use for block migration, larger batch sizes can speed up migration but require more memory. If increasing the batch size consider also increasing the memory-limit",
85-
Value: 50000,
85+
Value: 5000,
8686
}
8787
bufferSizeFlag = &cli.Uint64Flag{
8888
Name: "buffer-size",

0 commit comments

Comments
 (0)