fix default INSERT_BATCH_SIZE

This commit is contained in:
Alexey 2020-12-23 20:08:09 -06:00
parent 33962c6e39
commit 2106d72b57
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ PRIVATE_KEY=
MERKLE_TREE_LEVELS=20
# the block of the tornadoTrees contract deployment
STARTING_BLOCK=22015916
INSERT_BATCH_SIZE=500
STARTING_BLOCK=0
INSERT_BATCH_SIZE=60
# should not be more often than CONFIRMATION_BLOCKS time. e.g every 3 minutes
CRON_EXPRESSION="0 */3 * * * *"
CONFIRMATION_BLOCKS=3