Method: Puma::DSL#shutdown_debug

Defined in:
lib/puma/dsl.rb

#shutdown_debug(val = true) ⇒ Object

When a shutdown is requested, the backtraces of all the threads will be written to $stdout. This can help figure out why shutdown is hanging.



1230
1231
1232
# File 'lib/puma/dsl.rb', line 1230

def shutdown_debug(val=true)
  @options[:shutdown_debug] = val
end