Do not start in cluster mode per default.
This commit is contained in:
parent
f96e63bd88
commit
93743ec281
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
workers Integer(ENV['WEB_CONCURRENCY'] || 2)
|
||||
workers Integer(ENV['WEB_CONCURRENCY'] || 0)
|
||||
threads_count_min = Integer(ENV['MIN_THREADS'] || 5)
|
||||
threads_count_max = Integer(ENV['MAX_THREADS'] || 20)
|
||||
threads_count_max = Integer(ENV['MAX_THREADS'] || 30)
|
||||
threads threads_count_min, threads_count_max
|
||||
|
||||
preload_app!
|
||||
|
|
Loading…
Reference in a new issue