Skip to content
Snippets Groups Projects
Commit 310f4c2a authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#2973 - FcgidMaxProcessesPerClass too high

parent d78ed105
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@
# FcgidMaxProcesses 1000
FcgidMaxRequestsPerProcess <tmpl_var name='fastcgi_max_requests'>
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 100
FcgidMaxProcessesPerClass 10
FcgidConnectTimeout 3
FcgidIOTimeout 600
FcgidBusyTimeout 3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment