mirror of
https://github.com/langgenius/dify.git
synced 2026-04-12 14:10:42 +08:00
enhance: increase code timeout
This commit is contained in:
parent
260fef40c4
commit
0c409e2b9e
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user