Commit 7f80b4fd by sting

使用环境变量设置并发数

parent d77900d0
WEB_CONCURRENCY=2
\ No newline at end of file
WEB_CONCURRENCY=4
\ No newline at end of file
web: gunicorn --workers=4 {{ project_name }}.wsgi
web: gunicorn {{ project_name }}.wsgi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment