Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Request Messages Must Be Deduped #4435

Closed
wixbot opened this issue May 28, 2014 · 1 comment
Closed

Sync Request Messages Must Be Deduped #4435

wixbot opened this issue May 28, 2014 · 1 comment
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented May 28, 2014

Background thread's main message loop must make an attempt to de-dupe BACKGROUND_THREAD_SYNC_FROM_MONITOR requests coming in. Otherwise we can sometimes do more work than needed, and in some extreme cases (such as an app that often modifies its files and yet keeps them in use when we want to sync them such as SpaceChem) can cause such a flood of retrying sync requests that it blows up the thread's message queue.

Originally opened by mike-gc

@wixbot
Copy link
Author

wixbot commented Sep 24, 2014

Originally changed by mike-gc
Resolution set to Fixed
Status changed from Open to Resolved

@wixbot wixbot added this to the v4.0 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
@rseanhall rseanhall modified the milestones: v4.0, SettingsBrowser Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants