Skip to content
Snippets Groups Projects
Commit 49e8a94c authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

remove max depth

parent c6453409
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !242. Comments created here will be created in the context of that merge request.
...@@ -9,7 +9,6 @@ if [ "$1" = -- ]; then ...@@ -9,7 +9,6 @@ if [ "$1" = -- ]; then
else else
ORACLE_RESULT_DIR="${ORACLE_RESULT_DIR:-/distance}" ORACLE_RESULT_DIR="${ORACLE_RESULT_DIR:-/distance}"
ORACLE_EXECUTION_INTERVAL="${ORACLE_EXECUTION_INTERVAL:-1800}" ORACLE_EXECUTION_INTERVAL="${ORACLE_EXECUTION_INTERVAL:-1800}"
ORACLE_MAX_DEPTH="${ORACLE_MAX_DEPTH:-5}"
ORACLE_RPC_URL="${ORACLE_RPC_URL:-ws://127.0.0.1:9944}" ORACLE_RPC_URL="${ORACLE_RPC_URL:-ws://127.0.0.1:9944}"
ORACLE_LOG_LEVEL="${ORACLE_LOG_LEVEL:-info}" ORACLE_LOG_LEVEL="${ORACLE_LOG_LEVEL:-info}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment