diff --git a/code/infrastructure/docker-compose.yml b/code/infrastructure/docker-compose.yml index db799b522196c8d0020bac83c3f0a7feff423e06..e5d1a9318094d58c5cacc5b12ea96b78a17d7e22 100644 --- a/code/infrastructure/docker-compose.yml +++ b/code/infrastructure/docker-compose.yml @@ -267,7 +267,7 @@ services: - PGUSER=postgres - PGPASSWORD=postgres - PGPORT=5432 - - interval=1 + - interval=5 - query_file_path=/app/queries/queries.txt volumes: - ./eval/query/pg/log:/app/log @@ -279,7 +279,7 @@ services: container_name: query_neo4j image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/cypher_queries environment: - - interval=1 + - interval=5 - db_host=neo4j - db_port=7687 - query_file_path=/app/queries/queries.txt @@ -293,7 +293,7 @@ services: container_name: query_ongdb image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/ongdb_queries environment: - - interval=1 + - interval=5 - db_host=ongdb - db_port=7687 - query_file_path=/app/queries/queries.txt @@ -307,7 +307,7 @@ services: container_name: query_memgraph image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/cypher_queries environment: - - interval=1 + - interval=5 - db_host=memgraph - db_port=7687 - query_file_path=/app/queries/queries.txt