文档问题: loop max count #22

Closed
opened 2026-02-16 05:18:55 -05:00 by yindo · 3 comments
Owner

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

建议修改

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 ## 建议修改 <!-- 如果有具体的修改建议,请在此说明 --> <!-- 感谢您对文档质量的关注! -->
yindo closed this issue 2026-02-16 05:18:55 -05:00
Author
Owner

@eeeetttt commented on GitHub (May 16, 2025):

更改 .env 中的配置

Maximum loop count in the workflow

LOOP_NODE_MAX_COUNT=100
后仍然不行

@eeeetttt commented on GitHub (May 16, 2025): 更改 .env 中的配置 # Maximum loop count in the workflow LOOP_NODE_MAX_COUNT=100 后仍然不行
Author
Owner

@Yevanchen commented on GitHub (May 20, 2025):

这个变量是修改前端限制,后端没有限制修改完成后需要在页面重新配置最大循环次数

@Yevanchen commented on GitHub (May 20, 2025): 这个变量是修改前端限制,后端没有限制修改完成后需要在页面重新配置最大循环次数
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#22