mirror of
https://github.com/tornadocash/tornado-root-updater.git
synced 2024-12-04 23:15:05 +01:00
fix default INSERT_BATCH_SIZE
This commit is contained in:
parent
33962c6e39
commit
2106d72b57
@ -6,8 +6,8 @@ PRIVATE_KEY=
|
|||||||
|
|
||||||
MERKLE_TREE_LEVELS=20
|
MERKLE_TREE_LEVELS=20
|
||||||
# the block of the tornadoTrees contract deployment
|
# the block of the tornadoTrees contract deployment
|
||||||
STARTING_BLOCK=22015916
|
STARTING_BLOCK=0
|
||||||
INSERT_BATCH_SIZE=500
|
INSERT_BATCH_SIZE=60
|
||||||
# should not be more often than CONFIRMATION_BLOCKS time. e.g every 3 minutes
|
# should not be more often than CONFIRMATION_BLOCKS time. e.g every 3 minutes
|
||||||
CRON_EXPRESSION="0 */3 * * * *"
|
CRON_EXPRESSION="0 */3 * * * *"
|
||||||
CONFIRMATION_BLOCKS=3
|
CONFIRMATION_BLOCKS=3
|
||||||
|
Loading…
Reference in New Issue
Block a user