From 86c7893bf29a5a3ea94bb585ba68dc13ae4e3251 Mon Sep 17 00:00:00 2001 From: cwy-p8d-u1 <sven-ove.haensel@stud.hs-hannover.de> Date: Mon, 12 Feb 2024 10:01:45 +0100 Subject: [PATCH] update interval --- code/infrastructure/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/infrastructure/docker-compose.yml b/code/infrastructure/docker-compose.yml index db799b5..e5d1a93 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 -- GitLab