mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-02 14:03:10 +00:00
docker/run_waku_store_query_maker: reduce num concurrent users
This commit is contained in:
parent
8e3ed8aa7e
commit
989c4f5ac3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user