Skip to content

Commit

Permalink
configuration.rb - set max_fast_inline to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Oct 15, 2024
1 parent e556a46 commit 4df638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Configuration
# we amortize the cost of going back to the reactor for a well behaved
# but very "greedy" client across 10 requests. This prevents a not
# well behaved client from monopolizing the thread forever.
max_fast_inline: 10,
max_fast_inline: 50,
max_threads: Puma.mri? ? 5 : 16,
min_threads: 0,
mode: :http,
Expand Down

0 comments on commit 4df638f

Please sign in to comment.