mirror of
https://github.com/casjaysdevdocker/ampache
synced 2026-05-19 02:47:55 -04:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
|
|
# casjaysdevdocker/ampache - MPM event tuning
|
||
|
|
<IfModule mpm_event_module>
|
||
|
|
StartServers 2
|
||
|
|
MinSpareThreads 25
|
||
|
|
MaxSpareThreads 75
|
||
|
|
ThreadLimit 64
|
||
|
|
ThreadsPerChild 25
|
||
|
|
MaxRequestWorkers 150
|
||
|
|
MaxConnectionsPerChild 0
|
||
|
|
</IfModule>
|