Update puma.rb
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user