owncloud: raise pm.max_children value

This commit is contained in:
Wonderfall 2016-05-11 14:21:50 +02:00
parent 22c28b98c2
commit 2bdcf2e997

View File

@ -8,7 +8,7 @@ listen = /var/run/php-fpm.sock
listen.owner = owncloud
listen.group = owncloud
pm = dynamic
pm.max_children = 5
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3