increase uwsgi procs / threads

This commit is contained in:
wh1te909 2019-12-14 22:47:34 +00:00
parent c25cfa9e87
commit b8dc7d996f
1 changed files with 2 additions and 2 deletions

View File

@ -231,8 +231,8 @@ chdir = /home/${USER}/rmm/api/tacticalrmm
module = tacticalrmm.wsgi module = tacticalrmm.wsgi
home = /home/${USER}/rmm/api/env home = /home/${USER}/rmm/api/env
master = true master = true
processes = 2 processes = 6
threads = 2 threads = 6
enable-threads = True enable-threads = True
socket = /home/${USER}/rmm/api/tacticalrmm/tacticalrmm.sock socket = /home/${USER}/rmm/api/tacticalrmm/tacticalrmm.sock
harakiri = 300 harakiri = 300