feat: add custom tool timeout config to docker-compose.yaml and .env (#6419)
Signed-off-by: forrestsocool <sensensudo@gmail.com>
This commit is contained in:
parent
4ae4895ebe
commit
27c8deb4ec
2 changed files with 6 additions and 0 deletions
|
|
@ -124,6 +124,10 @@ GUNICORN_TIMEOUT=360
|
|||
# The number of Celery workers. The default is 1, and can be set as needed.
|
||||
CELERY_WORKER_AMOUNT=
|
||||
|
||||
# API Tool configuration
|
||||
API_TOOL_DEFAULT_CONNECT_TIMEOUT=10
|
||||
API_TOOL_DEFAULT_READ_TIMEOUT=60
|
||||
|
||||
# ------------------------------
|
||||
# Database Configuration
|
||||
# The database uses PostgreSQL. Please use the public schema.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue