permanent server is now a server which is on for 2 days (was changed to 3 days previously but 2 should be sufficient)

This commit is contained in:
Volker Fischer 2020-06-05 11:03:24 +02:00
parent c780d82ac2
commit 6b1737e74c

View File

@ -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