mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-12-08 04:18:50 +00:00
DS refactor, fixes/optimizations
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
|
||||
|
||||
[MKTXP]
|
||||
port = 49090
|
||||
socket_timeout = 2
|
||||
initial_delay_on_failure = 120
|
||||
max_delay_on_failure = 900
|
||||
delay_inc_div = 5
|
||||
bandwidth_test_interval = 420
|
||||
port = 49090 # default metrics HTTP server port
|
||||
bandwidth_test_interval = 420 # Interval between periodic bandwidth tests
|
||||
|
||||
socket_timeout = 2 # Socket connection timeout
|
||||
initial_delay_on_failure = 120 # Delay untill next connection attempt to a RouterOS Device
|
||||
max_delay_on_failure = 900 # Max delay untill next connection attempt to a RouterOS Device
|
||||
delay_inc_div = 5 # Delay increment factor
|
||||
|
||||
Reference in New Issue
Block a user