Fix: expose MAX_TREE_DEPTH in env (#23743)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
ShuangLiu
2025-08-12 09:56:31 +08:00
committed by GitHub
parent cdee5aab3a
commit a6c5b7414d
2 changed files with 4 additions and 0 deletions

View File

@@ -907,6 +907,9 @@ TEXT_GENERATION_TIMEOUT_MS=60000
# Allow rendering unsafe URLs which have "data:" scheme.
ALLOW_UNSAFE_DATA_SCHEME=false
# Maximum number of tree depth in the workflow
MAX_TREE_DEPTH=50
# ------------------------------
# Environment Variables for db Service
# ------------------------------