You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread max_total_rows through ClusterClient + ConnectionPool
Cycle 9 — the cumulative row-cap knob added earlier only reached as
far as DqliteConnection. ClusterClient.connect() and ConnectionPool
now accept and forward max_total_rows so every layer above the raw
protocol can set it from one place. Default is still 10_000_000;
None disables the cap.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments