From 49e8a94cfcfbc5f9e3a55059928bc5df64eddbb4 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Mon, 12 Feb 2024 12:28:08 +0100 Subject: [PATCH] remove max depth --- docker/docker-distance-entrypoint | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/docker-distance-entrypoint b/docker/docker-distance-entrypoint index 9e184f48d..6717bcd24 100755 --- a/docker/docker-distance-entrypoint +++ b/docker/docker-distance-entrypoint @@ -9,7 +9,6 @@ if [ "$1" = -- ]; then else ORACLE_RESULT_DIR="${ORACLE_RESULT_DIR:-/distance}" 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_LOG_LEVEL="${ORACLE_LOG_LEVEL:-info}" -- GitLab