mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
文档问题: loop max count #22
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 @eeeetttt on GitHub (May 16, 2025).
问题描述
我在docker-compose.yaml中更改了LOOP_NODE_MAX_COUNT: ${LOOP_NODE_MAX_COUNT:-100}这个参数,以增加遍历次数,但是实际上workflow中最大的遍历次数仍是100,需要更改哪些配置才能增加遍历次数?
页面链接
https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/guides/workflow/node/loop.mdx
建议修改
@eeeetttt commented on GitHub (May 16, 2025):
更改 .env 中的配置
Maximum loop count in the workflow
LOOP_NODE_MAX_COUNT=100
后仍然不行
@Yevanchen commented on GitHub (May 20, 2025):
这个变量是修改前端限制,后端没有限制修改完成后需要在页面重新配置最大循环次数
@AllenWriter commented on GitHub (May 21, 2025):
It seems to be a front-end modification problem. It is recommended to refer to this document to modify the front-end UI: https://docs.dify.ai/zh-hans/getting-started/install-self-hosted/local-source-code