From 87b8799c88f7b0c36e1fe260d507e9573c3d0ae6 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sun, 11 Dec 2022 12:44:37 +0100 Subject: [PATCH] Update _mktxp.conf --- mktxp/_mktxp.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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