feat: introduce APP_MAX_EXECUTION_TIME (#5167)

This commit is contained in:
Yeuoly
2024-06-13 23:08:05 +08:00
committed by GitHub
parent cdc08a434f
commit 0cccf9c67d
3 changed files with 8 additions and 2 deletions

View File

@@ -203,3 +203,6 @@ INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=1000
WORKFLOW_MAX_EXECUTION_STEPS=500
WORKFLOW_MAX_EXECUTION_TIME=1200
WORKFLOW_CALL_MAX_DEPTH=5
# App configuration
APP_MAX_EXECUTION_TIME=1200