#915 allow up to 4096 clients from REST API

Raise maximum number of clients to 4096.
remotes/github/pjlink
OpenGnSys Support Team 2019-08-28 11:48:47 +02:00
parent e80413435a
commit 5e8588bb59
1 changed files with 2 additions and 2 deletions

View File

@ -3350,8 +3350,8 @@ static int og_client_state_process_payload(struct og_client *cli)
}
struct og_msg_params {
const char *ips_array[64];
const char *mac_array[64];
const char *ips_array[4096];
const char *mac_array[4096];
unsigned int ips_array_len;
const char *wol_type;
char run_cmd[4096];