mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-02 14:03:10 +00:00
docker-compose-manual-binaries.yml - limit the num of store queries to 1
This commit is contained in:
parent
0a0441fbd3
commit
6af67e3d1f
@ -94,7 +94,7 @@ services:
|
||||
- simulation
|
||||
|
||||
waku-store-query-generator:
|
||||
image: ivansete/waku-store-request-maker:91bb3ffd
|
||||
image: ivansete/waku-store-request-maker:19e645
|
||||
restart: on-failure
|
||||
entrypoint: sh
|
||||
- 'opt/run_waku_store_query_maker.sh'
|
||||
@ -103,7 +103,7 @@ services:
|
||||
volumes:
|
||||
- ./run_waku_store_query_maker.sh:/opt/run_waku_store_query_maker.sh:Z
|
||||
environment:
|
||||
STORE_QUERIES_PER_SECOND: 10
|
||||
STORE_QUERIES_PER_SECOND: 1
|
||||
networks:
|
||||
- simulation
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user