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
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: