mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
8 lines
140 B
Ruby
8 lines
140 B
Ruby
preload_app true
|
|
worker_processes ENV['WORKER_PROCESSES'] || 4
|
|
timeout 10
|
|
|
|
before_fork do |_, _|
|
|
Sequel::DATABASES.each(&:disconnect)
|
|
end
|