Skip to content

Commit

Permalink
modified docker compose to use 5s process tick timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
0xluk committed Apr 18, 2024
1 parent b472479 commit 444d9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
restart: always

qubic-archiver:
image: ghcr.io/qubic/qubic-archiver:v0.2.2
image: ghcr.io/qubic/qubic-archiver:v0.3.0
container_name: qubic-archiver
labels:
- "traefik.enable=true"
Expand All @@ -40,7 +40,7 @@ services:
QUBIC_ARCHIVER_SERVER_HTTP_HOST: "0.0.0.0:8000"
QUBIC_ARCHIVER_SERVER_GRPC_HOST: "0.0.0.0:8001"
QUBIC_ARCHIVER_POOL_NODE_FETCHER_URL: "http://qubic-node-fetcher:8080/peers"
QUBIC_ARCHIVER_QUBIC_PROCESS_TICK_TIMEOUT: "20s"
QUBIC_ARCHIVER_QUBIC_PROCESS_TICK_TIMEOUT: "5s"
volumes:
- ./store/archiver:/app/store
networks:
Expand Down

0 comments on commit 444d9b0

Please sign in to comment.