pawanmau01 commited on
Commit
248122f
·
verified ·
1 Parent(s): 59fbc5e

Increase worker to 15

Browse files
Files changed (1) hide show
  1. gunicorn.conf.py +1 -1
gunicorn.conf.py CHANGED
@@ -1,7 +1,7 @@
1
  # gunicorn.conf.py
2
 
3
  bind = '0.0.0.0:7860'
4
- workers = 2
5
  timeout = 120
6
  loglevel = 'info'
7
  accesslog = '-'
 
1
  # gunicorn.conf.py
2
 
3
  bind = '0.0.0.0:7860'
4
+ workers = 15
5
  timeout = 120
6
  loglevel = 'info'
7
  accesslog = '-'