Create new file
Browse files- gunicorn_config.py +3 -0
gunicorn_config.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
timeout = 500
|
2 |
+
threads = 8
|
3 |
+
worker_class = 'gthread'
|