Skip to content
  • Michael Hanselmann's avatar
    ganeti.http.server: Increase connection backlog to 1024 · 59305197
    Michael Hanselmann authored
    This solves a problem with many concurrent requests. By default, 1024
    is the maximum backlog on Linux kernels. We limit the number of clients
    through MAX_CHILDREN, too. The idea of just increasing the backlog is
    taken from lighttpd.
    
    Reviewed-by: amishchenko
    59305197