Skip to content
Snippets Groups Projects
Commit bd45d2f6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#157): launch oracle every 30' by default

parent 6b7c97ae
No related branches found
No related tags found
No related merge requests found
Pipeline #35167 waiting for manual action
......@@ -30,7 +30,7 @@ services:
environment:
ORACLE_RPC_URL: "ws://duniter-v2s:9944"
ORACLE_RESULT_DIR: "/var/lib/duniter/chains/gdev/distance/"
ORACLE_EXECUTION_INTERVAL: "10"
ORACLE_EXECUTION_INTERVAL: "1800"
ORACLE_MAX_DEPTH: "5"
ORACLE_LOG_LEVEL: "info"
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment