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:
forrestsocool
2024-07-18 18:40:17 +08:00
committed by GitHub
parent 4ae4895ebe
commit 27c8deb4ec
2 changed files with 6 additions and 0 deletions

View File

@@ -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.