diff options
author | 2019-03-11 20:27:32 +0100 | |
---|---|---|
committer | 2019-03-11 20:27:32 +0100 | |
commit | d13635cc7937c42ff0698c5dc0a9862b62a9b6f6 (patch) | |
tree | 5494124a6b0615fff9b057021d47594199716fed /docker/app | |
parent | Revert to 16.04 build pools. (diff) |
Set `single-interpreter = true`.
Diffstat (limited to 'docker/app')
-rw-r--r-- | docker/app/uwsgi.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index 3bfcd3f8..8418c2f0 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -26,6 +26,8 @@ procname-prefix-spaced = pysite : need-app = true # `setuid` to an unprivileged user uid = 1500 +# Do not use multiple interpreters +single-interpreter = true ### Hook setup # Gracefully kill workers on `SIGQUIT` |