Skip to content

Commit 501a043

Browse files
author
Jiri Malek
committed
Send less votes in a single pack to be sure about gas.
1 parent ab53ea1 commit 501a043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/modules/ballot/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ query ($addr: Address!) {
2929

3030
// participantsWeightPushPackSize represents the number of participants
3131
// pushed into the voting contract at once.
32-
const participantsWeightPushPackSize = 20
32+
const participantsWeightPushPackSize = 10
3333

3434
// FinalizingWorker represents a worker structure and processor for single
3535
// closed ballot processing.

0 commit comments

Comments
 (0)