|
@@ -30,9 +30,6 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
|
|
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
|
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
|
port ENV.fetch("PORT", 3000)
|
|
port ENV.fetch("PORT", 3000)
|
|
|
|
|
|
-tuned_num_workers, tuned_num_threads = auto_tune
|
|
|
|
-workers tuned_num_workers
|
|
|
|
-
|
|
|
|
# Allow puma to be restarted by `bin/rails restart` command.
|
|
# Allow puma to be restarted by `bin/rails restart` command.
|
|
plugin :tmp_restart
|
|
plugin :tmp_restart
|
|
|
|
|