class Puma::Server

def reset_max

def reset_max
  @reactor.reactor_max = 0 if @reactor
  @thread_pool&.reset_max
end