simulation: make default setup finalize by running more nodes (see MISSING_NODES)

This commit is contained in:
Jacek Sieka 2019-10-22 15:59:42 +02:00
parent ee52e86781
commit 669b81495a
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ cd $(git rev-parse --show-toplevel)
cd - &>/dev/null
NUM_VALIDATORS=${VALIDATORS:-192}
NUM_NODES=${NODES:-2}
NUM_NODES=${NODES:-6}
NUM_MISSING_NODES=${MISSING_NODES:-1}
SIMULATION_DIR="${SIM_ROOT}/data"