From bbbf2a808b97ff1fb2d3fc75d1efc4cb2ba53487 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 3 Apr 2020 17:41:36 +0200 Subject: [PATCH] pummelzacken: increase fpm processes Use the default again. --- roles/pummelzacken.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index d237bd053..75f9a3c69 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -50,11 +50,6 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - :www => { - :max_children => "40" - } } } ) -- 2.45.1