Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Probably shouldn't use so many threads for default max threads
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyeo committed Dec 9, 2014
1 parent b1f7447 commit b3e0aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
stdout_redirect 'log/puma.log', 'log/puma_err.log'

# quiet
threads Integer(ENV['MIN_THREADS'] || 1), Integer(ENV['MAX_THREADS'] || 20)
threads Integer(ENV['MIN_THREADS'] || 1), Integer(ENV['MAX_THREADS'] || 10)
bind 'unix:///tmp/coursemology_puma.sock'

# ssl_bind '127.0.0.1', '9292', { key: path_to_key, cert: path_to_cert }
Expand Down

0 comments on commit b3e0aa4

Please sign in to comment.