|
|
|
|
|
|
|
|
# API service binding port number, default 5001. |
|
|
# API service binding port number, default 5001. |
|
|
DIFY_PORT=5001 |
|
|
DIFY_PORT=5001 |
|
|
|
|
|
|
|
|
# The number of API server workers, i.e., the number of gevent workers. |
|
|
|
|
|
# Formula: number of cpu cores x 2 + 1 |
|
|
|
|
|
|
|
|
# The number of API server workers, i.e., the number of workers. |
|
|
|
|
|
# Formula: number of cpu cores x 2 + 1 for sync, 1 for Gevent |
|
|
# Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers |
|
|
# Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers |
|
|
SERVER_WORKER_AMOUNT= |
|
|
SERVER_WORKER_AMOUNT= |
|
|
|
|
|
|