class Puma::ThreadPool

def backlog_max


The maximum size of the backlog
def backlog_max
  with_mutex { @backlog_max }
end