diff options
Diffstat (limited to 'main/tollgate_api.c')
| -rw-r--r-- | main/tollgate_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/tollgate_api.c b/main/tollgate_api.c index 9b4612d..71056cf 100644 --- a/main/tollgate_api.c +++ b/main/tollgate_api.c | |||
| @@ -390,7 +390,6 @@ esp_err_t tollgate_api_start(void) | |||
| 390 | config.server_port = 2121; | 390 | config.server_port = 2121; |
| 391 | config.ctrl_port = 32769; | 391 | config.ctrl_port = 32769; |
| 392 | config.max_uri_handlers = 16; | 392 | config.max_uri_handlers = 16; |
| 393 | config.max_open_sockets = 2; | ||
| 394 | config.stack_size = 16384; | 393 | config.stack_size = 16384; |
| 395 | 394 | ||
| 396 | esp_err_t ret = httpd_start(&s_api_server, &config); | 395 | esp_err_t ret = httpd_start(&s_api_server, &config); |