mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-02 14:03:10 +00:00
docker-compose-manual: set num users store_query_maker from env
This commit is contained in:
parent
e52b1cf39a
commit
5811b7d577
@ -121,6 +121,7 @@ services:
|
||||
- ./run_waku_store_query_maker.sh:/opt/run_waku_store_query_maker.sh:Z
|
||||
environment:
|
||||
STORE_QUERIES_PER_SECOND: 1
|
||||
NUM_CONCURRENT_USERS: 1
|
||||
networks:
|
||||
- simulation
|
||||
|
||||
|
||||
@ -59,4 +59,4 @@ exec /main\
|
||||
--peer-store-postgres-addr="${POSTGRES_ADDR}"\
|
||||
--peer-store-sqlite-addr="${SQLITE_ADDR}"\
|
||||
--num-minutes-query=60\
|
||||
--num-concurrent-users=1
|
||||
--num-concurrent-users=${NUM_CONCURRENT_USERS}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user