Working to make basic information to be visible.

This commit is contained in:
Kalzu Rekku
2025-04-05 22:41:26 +03:00
parent 0bee8c7fd3
commit 491b17f086
4 changed files with 19 additions and 14 deletions

4
gunicorn.conf.py Normal file
View 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