KeyIntentNER-T / gunicorn.conf.py
j-higgins's picture
Create gunicorn.conf.py
5698dc5 unverified
raw
history blame
82 Bytes
# gunicorn.conf.py
timeout = 300
workers = 1
threads = 2
worker_class = 'gthread'