mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: proxy: more max fds
This commit is contained in:
parent
19e7bc106e
commit
20ea15112f
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ int main(int argc, const char **argv)
|
|||
info.options = LWS_SERVER_OPTION_EXPLICIT_VHOSTS |
|
||||
LWS_SERVER_OPTION_H2_JUST_FIX_WINDOW_UPDATE_OVERFLOW |
|
||||
LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT;
|
||||
info.fd_limit_per_thread = 1 + 6 + 1;
|
||||
info.fd_limit_per_thread = 1 + 32 + 1;
|
||||
info.pss_policies_json = default_ss_policy;
|
||||
info.port = CONTEXT_PORT_NO_LISTEN;
|
||||
#if defined(LWS_WITH_DETAILED_LATENCY)
|
||||
|
|
Loading…
Add table
Reference in a new issue