increase the maximum number of servers in the server list from 100 to 200
This commit is contained in:
parent
232ddfcc79
commit
5e5637670d
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ LED bar: lbr
|
||||||
#define DEFAULT_USED_NUM_CHANNELS 10 // default used number channels for server
|
#define DEFAULT_USED_NUM_CHANNELS 10 // default used number channels for server
|
||||||
|
|
||||||
// maximum number of servers registered in the server list
|
// 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
|
// defines the time interval at which the ping time is updated in the GUI
|
||||||
#define PING_UPDATE_TIME_MS 500 // ms
|
#define PING_UPDATE_TIME_MS 500 // ms
|
||||||
|
|
Loading…
Reference in a new issue