Method: Puma::DSL#max_fast_inline

Defined in:
lib/puma/dsl.rb

#max_fast_inline(num_of_requests) ⇒ Object

The number of requests to attempt inline before sending a client back to the reactor to be subject to normal ordering.



894
895
896
# File 'lib/puma/dsl.rb', line 894

def max_fast_inline(num_of_requests)
  @options[:max_fast_inline] = Float(num_of_requests)
end