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

Caseclash is not properly handled by the ignore list causing polling #8672

Closed
TheOneRing opened this issue Jun 1, 2021 · 0 comments
Closed
Milestone

Comments

@TheOneRing
Copy link
Contributor

When a case clash occurs the file is not added to the ignore list.
That causes a failing sync every ~30s which probably causes some load on the server.

@TheOneRing TheOneRing modified the milestones: 2.10.0, 2.9.0 Jun 1, 2021
TheOneRing added a commit that referenced this issue Jul 30, 2021
The NormalError will still cause a resync after 30s.
Errors on the blacklist will be retried in the next sync, as their initial timeout (25s) is over.
If they fail again they sync will not trigger a new resync and the timeout for the affected file
will be increased to 5*25.

Fixes: #8672
dragotin pushed a commit that referenced this issue Aug 10, 2021
The NormalError will still cause a resync after 30s.
Errors on the blacklist will be retried in the next sync, as their initial timeout (25s) is over.
If they fail again they sync will not trigger a new resync and the timeout for the affected file
will be increased to 5*25.

Fixes: #8672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant