Skip to content

Commit 4d36cb3

Browse files
committed
Lowering batch sizes due to out of gas issues after Fusaka
1 parent 1753819 commit 4d36cb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/utils/state/minipool.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import (
1616
)
1717

1818
const (
19-
minipoolBatchSize int = 100
20-
minipoolCompleteShareBatchSize int = 500
21-
minipoolAddressBatchSize int = 1000
22-
minipoolVersionBatchSize int = 500
19+
minipoolBatchSize int = 70
20+
minipoolCompleteShareBatchSize int = 400
21+
minipoolAddressBatchSize int = 700
22+
minipoolVersionBatchSize int = 400
2323
)
2424

2525
// Complete details for a minipool

0 commit comments

Comments
 (0)