windmaple commited on
Commit
908d967
1 Parent(s): 335d437

Create new file

Browse files
Files changed (1) hide show
  1. gunicorn_config.py +3 -0
gunicorn_config.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ timeout = 500
2
+ threads = 8
3
+ worker_class = 'gthread'