mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
chore(docker): add default for MAX_VARIABLE_SIZE in docker-compose (#9798)
This commit is contained in:
parent
70ddc0ce43
commit
6477bb8d77
|
@ -630,6 +630,7 @@ CODE_MAX_NUMBER_ARRAY_LENGTH=1000
|
|||
WORKFLOW_MAX_EXECUTION_STEPS=500
|
||||
WORKFLOW_MAX_EXECUTION_TIME=1200
|
||||
WORKFLOW_CALL_MAX_DEPTH=5
|
||||
MAX_VARIABLE_SIZE=204800
|
||||
|
||||
# HTTP request node in workflow configuration
|
||||
HTTP_REQUEST_NODE_MAX_BINARY_SIZE=10485760
|
||||
|
|
|
@ -237,6 +237,7 @@ x-shared-env: &shared-api-worker-env
|
|||
POSITION_PROVIDER_PINS: ${POSITION_PROVIDER_PINS:-}
|
||||
POSITION_PROVIDER_INCLUDES: ${POSITION_PROVIDER_INCLUDES:-}
|
||||
POSITION_PROVIDER_EXCLUDES: ${POSITION_PROVIDER_EXCLUDES:-}
|
||||
MAX_VARIABLE_SIZE: ${MAX_VARIABLE_SIZE:-204800}
|
||||
|
||||
services:
|
||||
# API service
|
||||
|
|
Loading…
Reference in New Issue
Block a user