mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
enhance: increase code timeout
This commit is contained in:
@@ -61,6 +61,7 @@ services:
|
||||
# The DifySandbox configurations
|
||||
API_KEY: dify-sandbox
|
||||
GIN_MODE: 'release'
|
||||
WORKER_TIMEOUT: 15
|
||||
ports:
|
||||
- "8194:8194"
|
||||
|
||||
|
||||
@@ -299,6 +299,7 @@ services:
|
||||
# The DifySandbox configurations
|
||||
API_KEY: dify-sandbox
|
||||
GIN_MODE: release
|
||||
WORKER_TIMEOUT: 15
|
||||
ports:
|
||||
- "8194:8194"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user