From 762a6bc1c8c994d822bf415cb2eb19f4932b0c7d Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 19 Sep 2017 20:39:35 +0200 Subject: [PATCH] Increase number of threads in uWSGI configuration --- wsgi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wsgi.md b/wsgi.md index 449ccdb5..fef27599 100644 --- a/wsgi.md +++ b/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