diff options
Diffstat (limited to 'gunicorn_config.py')
| -rw-r--r-- | gunicorn_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gunicorn_config.py b/gunicorn_config.py new file mode 100644 index 0000000..c7342ad --- /dev/null +++ b/gunicorn_config.py @@ -0,0 +1,3 @@ +bind = "0.0.0.0:5000" +workers = 2 +threads = 4 |