TestAPI / gunicorn.conf.py
pawanmau01's picture
Increase worker to 15
248122f verified
raw
history blame
118 Bytes
# gunicorn.conf.py
bind = '0.0.0.0:7860'
workers = 15
timeout = 120
loglevel = 'info'
accesslog = '-'
errorlog = '-'