Skip to content

Commit 903d512

Browse files
committed
Gunicorn config.
1 parent 89d298a commit 903d512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gunicorn.conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
proc_name = "flasksession"
1515
wsgi_app = "wsgi:app"
16-
bind = ["unix:flask.sock"]
17-
threads = 2
16+
bind = "unix:flask.sock"
17+
threads = 1
1818
workers = 1
1919

2020
if ENVIRONMENT == "development" or ENVIRONMENT is None:

0 commit comments

Comments
 (0)