mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: 是否可以扩大loop的最大循环次数 #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UyneilMi on GitHub (Jun 27, 2025).
问题描述
有什么方法可以是否扩大loop的最大循环次数?
页面链接
https://github.com/langgenius/dify-docs/blob/main/zh-hans/guides/workflow/node/loop.mdx
建议修改
@UyneilMi commented on GitHub (Jun 27, 2025):
文档里描述:退出循环节点 与 循环终止条件 均可作为循环的终止触发点,满足任意一个条件时,循环都会提前退出。
如果未配置任何退出条件,则循环将持续运行(相当于 while (true)),直到达到 最大循环次数。
实际设定dify节点的时候由于数据量过大需要loop处理,但循环次数不够,该怎么操作?可以通过改环境或者配置扩大最大循环测试吗?