From f496613c41b035ac73e8fe96b3b73dd10ffc68a9 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 20 Sep 2019 01:39:33 +0000 Subject: [PATCH] Set to lower thread pool size to handle heavy load better --- puma_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puma_config.rb b/puma_config.rb index 72a18455..3671990e 100644 --- a/puma_config.rb +++ b/puma_config.rb @@ -1,6 +1,6 @@ require 'facter' -#threads 1, 1 +threads 5, 5 environment 'production' #daemonize pidfile '/var/run/neocities/neocities.pid'