8000 Merge pull request #563 from symfony-cli/max_children · symfony-cli/symfony-cli@0bb3057 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bb3057

Browse files
authored
Merge pull request #563 from symfony-cli/max_children
Bump pm.max_children from 5 to 30
2 parents c0e1289 + e7cd994 commit 0bb3057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/php/fpm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ daemonize = no
9292
listen = %s
9393
listen.allowed_clients = 127.0.0.1
9494
pm = dynamic
95-
pm.max_children = 5
95+
pm.max_children = 30
9696
pm.start_servers = 2
9797
pm.min_spare_servers = 1
9898
pm.max_spare_servers = 3

0 commit comments

Comments
 (0)
0