Skip to content

Commit

Permalink
upload smaller batches to avoid socket error on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Apr 3, 2024
1 parent 83023b7 commit 214e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tasks/runners/publishTallyResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ task('publish-tally-results', 'Publish tally results')
.addOptionalParam(
'batchSize',
'The batch size to upload tally result on-chain',
10,
8,
types.int
)
.addFlag('manageNonce', 'Whether to manually manage transaction nonce')
Expand Down

0 comments on commit 214e395

Please sign in to comment.