From ee9e91206ea647476b77b755c868b4fed96693ec Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 21 Mar 2014 18:44:51 +0000 Subject: [PATCH] - avoid excessive keepalives --- src/mesh/profiler.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mesh/profiler.conf b/src/mesh/profiler.conf index 7199cc403..5a2e01f46 100644 --- a/src/mesh/profiler.conf +++ b/src/mesh/profiler.conf @@ -5,4 +5,7 @@ OVERLAY_RANDOM_LINKS = %LINKS% [transport] #MANIPULATE_DELAY_IN = 50 ms -MANIPULATE_DELAY_OUT = 100 ms +MANIPULATE_DELAY_OUT = 10 ms + +[mesh] +REFRESH_CONNECTION_TIME = 60 s -- 2.25.1