1
0
Fork 0
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:
Unrud 2017-09-19 20:39:35 +02:00
parent 8888dbe238
commit 762a6bc1c8

View file

@ -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