double batchSize and batchNumber

This commit is contained in:
Ian Norden 2020-04-04 15:23:56 -05:00
parent f2e853e9c9
commit 290157a202

View File

@ -13,8 +13,8 @@
type = "state" # $RESYNC_TYPE type = "state" # $RESYNC_TYPE
start = 0 # $RESYNC_START start = 0 # $RESYNC_START
stop = 0 # $RESYNC_STOP stop = 0 # $RESYNC_STOP
batchSize = 5 # $RESYNC_BATCH_SIZE batchSize = 10 # $RESYNC_BATCH_SIZE
batchNumber = 50 # $RESYNC_BATCH_NUMBER batchNumber = 100 # $RESYNC_BATCH_NUMBER
clearOldCache = false # $RESYNC_CLEAR_OLD_CACHE clearOldCache = false # $RESYNC_CLEAR_OLD_CACHE
resetValidation = true # $RESYNC_RESET_VALIDATION resetValidation = true # $RESYNC_RESET_VALIDATION