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
Addresses review feedback on the new backend:
- skip cache eviction when updating an existing key at capacity
- treat a concurrency limit of 0 as valid (enforce it, not a 500)
- gate subscribeToRunChanges behind the enable switch
- keep protocol-reserved columns in the hydration projection
- re-clamp a handle-recovered createdAt to the max-age floor
- bulk-hydrate the shadow comparator instead of per-run reads
- log only run id and column on divergence, never raw cell values
0 commit comments