https://bugs.kde.org/show_bug.cgi?id=403903
Krzysztof Nowicki <kri...@op.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #15 from Krzysztof Nowicki <kri...@op.pl> --- This is a known problem that I'm personally also hitting quite often and it's high on my wish list. It's mostly painful when syncing large folders, as currently there is no state being preserved and the operation will restart from scratch once the temporary ban on the server is lifted. The solution is to: - Handle the ErrorServerBusy status globally and temporarily set the resource offline in such case so that it doesn't keep spamming the server with new requests. - Maintain state of long-running tasks, such as folder item synchronization, so that once the server is processing requests again, these can resume where they left instead of starting from scratch, possibly eventually causing another ErrorServerBusy. -- You are receiving this mail because: You are watching all bug changes.