Skip to content

Commit 18726e9

Browse files
committed
Update dependencies; Reduce workers & threads.
1 parent 5d8640f commit 18726e9

File tree

3 files changed

+743
-662
lines changed

3 files changed

+743
-662
lines changed

gunicorn.conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
proc_name = "pythonmyadmin"
1515
wsgi_app = "wsgi:app"
1616
bind = "unix:pythonmyadmin.sock"
17-
threads = 8
18-
workers = 4
17+
threads = 2
18+
workers = 2
1919

2020
if ENVIRONMENT == "development" or ENVIRONMENT is None:
2121
reload = True

0 commit comments

Comments
 (0)