Skip to content
  • Lemongrass3110's avatar
    Allow increasing connection limit on linux (#3799) · 8ae788b6
    Lemongrass3110 authored
    With this you can now support more connections on linux, even if your system header is still set to a smaller value.
    
    Make sure to increase the limit of open file handles with ulimit or other resource related settings.
    You can change the compile time value of supported connections with ./configure --with-maxconn=value
    
    Windows default is still 4096.
    8ae788b6