Update puma.rb

This commit is contained in:
2019-08-28 11:57:33 +00:00
parent e443c5431e
commit 919e6f61b3

View File

@@ -8,3 +8,4 @@ stdout_redirect "#{application_path}/log/puma.stdout.log", "#{application_path}/
port ENV.fetch("PORT") { 62158 } port ENV.fetch("PORT") { 62158 }
workers 2 workers 2
preload_app! preload_app!
threads 1,1