Working to make basic information to be visible.
This commit is contained in:
4
gunicorn.conf.py
Normal file
4
gunicorn.conf.py
Normal file
@ -0,0 +1,4 @@
|
||||
bind = "0.0.0.0:5000"
|
||||
workers = 2 # Adjust based on your needs (e.g., 2 * CPU cores + 1)
|
||||
threads = 4 # Number of threads per worker
|
||||
timeout = 30 # Worker timeout in seconds
|
Reference in New Issue
Block a user