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