From 5e5637670d4d82d72525b21b7d7b99c17a041893 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 24 Mar 2020 22:23:49 +0100 Subject: [PATCH] increase the maximum number of servers in the server list from 100 to 200 --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 4fad8793..e50851eb 100755 --- a/src/global.h +++ b/src/global.h @@ -189,7 +189,7 @@ LED bar: lbr #define DEFAULT_USED_NUM_CHANNELS 10 // default used number channels for server // maximum number of servers registered in the server list -#define MAX_NUM_SERVERS_IN_SERVER_LIST 100 +#define MAX_NUM_SERVERS_IN_SERVER_LIST 200 // defines the time interval at which the ping time is updated in the GUI #define PING_UPDATE_TIME_MS 500 // ms