Commit bc5a7ab
committed
test(user_ldap): move chunking comment above loop
The comment explaining why 66640 entries force multiple chunked queries
belongs above the loop, not inside it.
Note: the implementation chunks at a 65000 total-parameter limit
(not Postgres's 65535 IN-list limit), so the comment retains 65000.
Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 40456ae commit bc5a7ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
286 | 287 | | |
287 | | - | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
0 commit comments