mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Increase number of threads in uWSGI configuration
This commit is contained in:
parent
8888dbe238
commit
762a6bc1c8
1 changed files with 1 additions and 0 deletions
1
wsgi.md
1
wsgi.md
|
@ -21,6 +21,7 @@ Example **uWSGI** configuration:
|
|||
```ini
|
||||
[uwsgi]
|
||||
http-socket = 127.0.0.1:5232
|
||||
threads = 8
|
||||
plugin = python3
|
||||
wsgi-file = /path/to/radicale.wsgi
|
||||
env = RADICALE_CONFIG=/etc/radicale/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue