mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
preload_app true
|
|
worker_processes 4
|
|
timeout 10
|
|
|
|
before_fork do |_, _|
|
|
Sequel::DATABASES.each { |db| db.disconnect }
|
|
end
|