Update _mktxp.conf
This commit is contained in:
committed by
GitHub
parent
6609364521
commit
87b8799c88
+7
-3
@@ -14,9 +14,13 @@
|
|||||||
[MKTXP]
|
[MKTXP]
|
||||||
port = 49090
|
port = 49090
|
||||||
socket_timeout = 2
|
socket_timeout = 2
|
||||||
|
|
||||||
initial_delay_on_failure = 120
|
initial_delay_on_failure = 120
|
||||||
max_delay_on_failure = 900
|
max_delay_on_failure = 900
|
||||||
delay_inc_div = 5
|
delay_inc_div = 5
|
||||||
bandwidth_test_interval = 420
|
|
||||||
verbose_mode = False
|
bandwidth = True # Turns metrics bandwidth metrics collection on / off
|
||||||
bandwidth = True
|
bandwidth_test_interval = 420 # Interval for colllecting bandwidth metrics
|
||||||
|
minimal_collect_interval = 5 # Minimal metric collection interval
|
||||||
|
|
||||||
|
verbose_mode = False # Set it on for troubleshooting
|
||||||
|
|||||||
Reference in New Issue
Block a user