puma_config.rb: not needed anymore DB.disconnect call

This commit is contained in:
Kyle Drake 2024-04-16 22:01:41 +00:00
parent 9bd9d7cc3a
commit ca288fcd8b

View file

@ -9,6 +9,6 @@ quiet
workers Facter.value('processors')['count']
#preload_app!
prune_bundler
on_worker_boot { DB.disconnect }
#on_worker_boot { DB.disconnect }
bind 'unix:/var/run/neocities/neocities.sock?backlog=2048'
supported_http_methods Puma::Const::IANA_HTTP_METHODS