You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ threshold_dns_latency = "100" # 100ms dns latency threshold as max
44
44
# - In order to test your upload and download bandwidth we use speedtest.net as source. So your client will connect there and upload and download some data.
45
45
# - That also means that a random server is selected for the test (usually the nearest one)
46
46
# - Setting the SPEEDTEST_INTERVAL too agressively will cause speedtest.net to block your requests, recommend 15 minutes (900 seconds) and above
47
-
SPEEDTEST_ENABLED="True" # set this to "True" to enable speed test function
47
+
SPEEDTEST_ENABLED="False" # set this to "True" to enable speed test function
48
48
SPEEDTEST_INTERVAL="937" # interval on which the speedtest will run, in seconds - note using a prime number helps reduce the number of collisions between netprobe and speed tests
0 commit comments