Skip to content

Commit c2338e2

Browse files
committed
JORMUNGANDR_INSTANCE_TIMEOUT_S to JORMUNGANDR_COVERAGE_TIMEOUT_S
1 parent 980392e commit c2338e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/jormungandr/jormungandr/default_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
INSTANCES_DIR = os.getenv('JORMUNGANDR_INSTANCES_DIR', '/etc/jormungandr.d')
1515

1616

17-
INSTANCE_TIMEOUT = float(os.getenv('JORMUNGANDR_INSTANCE_TIMEOUT_S', 10))
17+
INSTANCE_TIMEOUT = float(os.getenv('JORMUNGANDR_COVERAGE_TIMEOUT_S', 10))
1818
PLACE_FAST_TIMEOUT = float(os.getenv('JORMUNGANDR_PLACE_FAST_TIMEOUT_S', 1))
1919

2020
# Patern that matches Jormungandr configuration files

0 commit comments

Comments
 (0)