added rest related flags to run_bootstrap.sh and updated NUM_NWAKU_NODES (#32)

This commit is contained in:
Tanya S 2024-03-26 11:58:31 +02:00 committed by GitHub
parent 5c7909eb92
commit d3859c4f0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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\

View File

@ -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