diff options
author | Jordan <me@jordan.im> | 2020-04-10 18:18:16 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-04-10 18:18:16 -0700 |
commit | a1aff012d039832ea2a6c1fc23d1e7a5840f0784 (patch) | |
tree | b3fabcccca6d10437fdc57ceb848499d43cddc05 /uwsgi.ini.example | |
parent | f8e3260a4c51e7d1cfc754d5f260c596efe6e826 (diff) | |
download | roka-a1aff012d039832ea2a6c1fc23d1e7a5840f0784.tar.gz roka-a1aff012d039832ea2a6c1fc23d1e7a5840f0784.zip |
increase uwsgi limits in example, venv location-agnostic
Diffstat (limited to 'uwsgi.ini.example')
-rw-r--r-- | uwsgi.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uwsgi.ini.example b/uwsgi.ini.example index 90b60c4..49dee9c 100644 --- a/uwsgi.ini.example +++ b/uwsgi.ini.example @@ -1,7 +1,7 @@ [uwsgi] http = 127.0.0.1:8085 -processes = 1 -threads = 1 +processes = 2 +threads = 4 wsgi-file = run.py callable = app master = true |