mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-04 06:53:08 +00:00
added rest related flags to run_bootstrap.sh and updated NUM_NWAKU_NODES
This commit is contained in:
parent
5c7909eb92
commit
b828ede147
@ -6,6 +6,10 @@ echo "I am a bootstrap node"
|
|||||||
|
|
||||||
exec /usr/bin/wakunode\
|
exec /usr/bin/wakunode\
|
||||||
--relay=true\
|
--relay=true\
|
||||||
|
--rest=true\
|
||||||
|
--rest-admin=true\
|
||||||
|
--rest-private=true\
|
||||||
|
--rest-address=0.0.0.0\
|
||||||
--keep-alive=true\
|
--keep-alive=true\
|
||||||
--max-connections=300\
|
--max-connections=300\
|
||||||
--dns-discovery=true\
|
--dns-discovery=true\
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
NWAKU_IMAGE=wakuorg/nwaku:latest
|
NWAKU_IMAGE=wakuorg/nwaku:latest
|
||||||
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
|
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
|
||||||
# Network scaling.
|
# Network scaling.
|
||||||
NUM_NWAKU_NODES=100
|
NUM_NWAKU_NODES=10
|
||||||
NUM_GOWAKU_NODES=0
|
NUM_GOWAKU_NODES=0
|
||||||
# Simulation traffic.
|
# Simulation traffic.
|
||||||
MSG_PER_SECOND=10
|
MSG_PER_SECOND=10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user