increase uwsgi procs / threads
This commit is contained in:
parent
c25cfa9e87
commit
b8dc7d996f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue