5 lines
176 B
Python
5 lines
176 B
Python
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
|