mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
puma_config.rb: not needed anymore DB.disconnect call
This commit is contained in:
parent
9bd9d7cc3a
commit
ca288fcd8b
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ quiet
|
||||||
workers Facter.value('processors')['count']
|
workers Facter.value('processors')['count']
|
||||||
#preload_app!
|
#preload_app!
|
||||||
prune_bundler
|
prune_bundler
|
||||||
on_worker_boot { DB.disconnect }
|
#on_worker_boot { DB.disconnect }
|
||||||
bind 'unix:/var/run/neocities/neocities.sock?backlog=2048'
|
bind 'unix:/var/run/neocities/neocities.sock?backlog=2048'
|
||||||
supported_http_methods Puma::Const::IANA_HTTP_METHODS
|
supported_http_methods Puma::Const::IANA_HTTP_METHODS
|
||||||
|
|
Loading…
Add table
Reference in a new issue