enhance: increase code timeout

This commit is contained in:
Yeuoly 2024-03-21 16:14:16 +08:00
parent 260fef40c4
commit 0c409e2b9e
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ services:
# The DifySandbox configurations
API_KEY: dify-sandbox
GIN_MODE: 'release'
WORKER_TIMEOUT: 15
ports:
- "8194:8194"

View File

@ -299,6 +299,7 @@ services:
# The DifySandbox configurations
API_KEY: dify-sandbox
GIN_MODE: release
WORKER_TIMEOUT: 15
ports:
- "8194:8194"