wiki::collab: Determine number of collab WSGI daemons from processorcount
This commit is contained in:
parent
1098468803
commit
2e4349633f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
WSGIDaemonProcess collab user=collab group=collab umask=0007 threads=25
|
||||
WSGIDaemonProcess collab user=collab group=collab umask=0007 processes=<%= processorcount %> threads=15
|
||||
|
||||
<Directory "<%= collab_webroot %>">
|
||||
WSGIProcessGroup collab
|
||||
|
|
Loading…
Add table
Reference in a new issue