class Puma::ThreadPool

def reset_max

def reset_max
  with_mutex { @backlog_max = 0 }
end