docker-compose-manual-binaries.yml - limit the num of store queries to 1

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

View File

@ -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