mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08: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