added rest related flags to run_bootstrap.sh and updated NUM_NWAKU_NODES (#32)
This commit is contained in:
parent
5c7909eb92
commit
d3859c4f0c
|
@ -6,6 +6,10 @@ echo "I am a bootstrap node"
|
|||
|
||||
exec /usr/bin/wakunode\
|
||||
--relay=true\
|
||||
--rest=true\
|
||||
--rest-admin=true\
|
||||
--rest-private=true\
|
||||
--rest-address=0.0.0.0\
|
||||
--keep-alive=true\
|
||||
--max-connections=300\
|
||||
--dns-discovery=true\
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
NWAKU_IMAGE=wakuorg/nwaku:latest
|
||||
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
|
||||
# Network scaling.
|
||||
NUM_NWAKU_NODES=100
|
||||
NUM_NWAKU_NODES=10
|
||||
NUM_GOWAKU_NODES=0
|
||||
# Simulation traffic.
|
||||
MSG_PER_SECOND=10
|
||||
|
|
Loading…
Reference in New Issue