membphis commented on issue #1456: request help: Backlog parameter value tuning
URL: 
https://github.com/apache/incubator-apisix/issues/1456#issuecomment-614441504
 
 
   > APISIX backlog is currently the default value(Usually 128),
   
   http://nginx.org/en/docs/http/ngx_http_core_module.html#listen
   
   “sets the backlog parameter in the listen() call that limits the maximum 
length for the queue of pending connections. By default, backlog is set to -1 
on FreeBSD, DragonFly BSD, and macOS, and to 511 on other platforms.”
   
   the default of `backlog` should be `511`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to