mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 16:57:01 +08:00
Drops the magic 200 in favor of the shared constant introduced in Task 1's _models.py rewrite. Behavior unchanged (still caps at 200). Sibling endpoint /apps already wired the constant through AppListQuery in Task 3; this closes the loop on the single-source-of-truth goal.