chore: increase workflow max steps to 500 (#4835)
This commit is contained in:
parent
85698ca4f7
commit
7aaa1ff270
2 changed files with 4 additions and 4 deletions
|
|
@ -185,6 +185,6 @@ LOG_FILE=
|
|||
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=1000
|
||||
|
||||
# Workflow runtime configuration
|
||||
WORKFLOW_MAX_EXECUTION_STEPS=50
|
||||
WORKFLOW_MAX_EXECUTION_TIME=600
|
||||
WORKFLOW_MAX_EXECUTION_STEPS=500
|
||||
WORKFLOW_MAX_EXECUTION_TIME=1200
|
||||
WORKFLOW_CALL_MAX_DEPTH=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue