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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: redesign UPLOADS_UPDATE to send only changed items (#107)
* feat: redesign UPLOADS_UPDATE to send only changed items (partial updates)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: use >= for same-second upload change detection
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: use (updated_at, id) cursor to eliminate boundary-row re-sends
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: deduplicate via sentState map to handle same-second re-updates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>