summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-21 19:43:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-21 19:43:03 -0400
commit0cfc3f93fa817657d1327ca359cb5280e98f3a40 (patch)
treefb64048dfc4c0b810b2480f3c4925bac440338af
parent096c8c872f27ba59aa27334b01fcb22ce9d42472 (diff)
uWSGI: Don't use threads by default.HEADmaster
I'm concluding that they are more trouble than they are worth.
-rw-r--r--parabolaweb.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/parabolaweb.ini b/parabolaweb.ini
index 332deb7..d170279 100644
--- a/parabolaweb.ini
+++ b/parabolaweb.ini
@@ -1,7 +1,6 @@
[uwsgi]
master = true
processes = 4
-threads = 2
# If you change `uid` or `wsgi-file`, you should also change
# `/etc/conf.d/parabolaweb`.