Commit 35d1e2a
fix(mirror): forward the query value limit to both databases
Mirror hands every other piece of configuration to its source and
destination, but setMaxQueryValues only ever reached the wrapper. Reads
run against the source, so a caller that lowered the ceiling silently
kept querying at the old one, which is how the relationship value-limit
test found this on the Mirror lane alone.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 86d6380 commit 35d1e2a
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
193 | 205 | | |
194 | 206 | | |
195 | 207 | | |
| |||
0 commit comments