Commit f0ac258
fix: remove unnecessary iteration limit in load_all_downstream
The loop terminates when no new schemas are discovered. Since the
total number of schemas on the server is finite, this is guaranteed
to converge — even with cross-schema cycles. No safety cap needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f588862 commit f0ac258
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 245 | + | |
249 | 246 | | |
250 | 247 | | |
251 | 248 | | |
| |||
0 commit comments