From 6b1737e74c1c1014ce21b5c02a7b0565ce2770cf Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 5 Jun 2020 11:03:24 +0200 Subject: [PATCH] permanent server is now a server which is on for 2 days (was changed to 3 days previously but 2 should be sufficient) --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 5e2aeafd..69b3aa2e 100755 --- a/src/global.h +++ b/src/global.h @@ -206,7 +206,7 @@ LED bar: lbr #define SERVLIST_REGIST_INTERV_MINUTES 15 // minutes // defines the minimum time a server must run to be a permanent server -#define SERVLIST_TIME_PERMSERV_MINUTES 4320 // minutes, 4320 = 60 min * 24 h * 3 d +#define SERVLIST_TIME_PERMSERV_MINUTES 2880 // minutes, 2880 = 60 min * 24 h * 2 d // registration response timeout #define REGISTER_SERVER_TIME_OUT_MS 500 // ms