docker/run_waku_store_query_maker: reduce num concurrent users

This commit is contained in:
Ivan Folgueira Bande 2023-10-23 12:50:36 +02:00
parent 2859cae961
commit 0a0441fbd3
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -47,6 +47,9 @@ if [ -z "${BOOTSTRAP_ENR}" ]; then
exit 1
fi
## Further parameter details:
# --num-minutes-query -> to indicate the time window in the query. storedAt field.
echo "Using bootstrap node: ${BOOTSTRAP_ENR}"
exec /main\
--pubsub-topic="/waku/2/default-waku/proto"\
@ -55,4 +58,5 @@ exec /main\
--bootstrap-node=${BOOTSTRAP_ENR}\
--peer-store-postgres-addr="${POSTGRES_ADDR}"\
--peer-store-sqlite-addr="${SQLITE_ADDR}"\
--num-minutes-query=60
--num-minutes-query=60\
--num-concurrent-users=1