From ca288fcd8bc9698be581c3892e2d7e57ac1575f2 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 16 Apr 2024 22:01:41 +0000 Subject: [PATCH] puma_config.rb: not needed anymore DB.disconnect call --- puma_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puma_config.rb b/puma_config.rb index 240bc22f..9398738a 100644 --- a/puma_config.rb +++ b/puma_config.rb @@ -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