mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Fix worker_processes
This commit is contained in:
parent
0c8dfdbf01
commit
04d847afe0
@ -1,5 +1,5 @@
|
||||
preload_app true
|
||||
worker_processes ENV['WORKER_PROCESSES'] || 4
|
||||
worker_processes (ENV['WORKER_PROCESSES'] || 4).to_i
|
||||
timeout 10
|
||||
|
||||
before_fork do |_, _|
|
||||
|
Loading…
Reference in New Issue
Block a user