diff --git a/mktxp/_mktxp.conf b/mktxp/_mktxp.conf index d6574d7..9e88e6b 100644 --- a/mktxp/_mktxp.conf +++ b/mktxp/_mktxp.conf @@ -14,9 +14,13 @@ [MKTXP] port = 49090 socket_timeout = 2 + initial_delay_on_failure = 120 max_delay_on_failure = 900 delay_inc_div = 5 - bandwidth_test_interval = 420 - verbose_mode = False - bandwidth = True + + bandwidth = True # Turns metrics bandwidth metrics collection on / off + 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