Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-07-30 12:37:42 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-02 10:35:16 +0300
commitdf74e0f2bafbdfb799cea43334c74eb4b74ac970 (patch)
tree9c172ac1cc62eb20bfb11b597d7012ec43739069 /changelog/unreleased
parentd3003c38a9f3ee2523e4e9ffd3c5e8f1469ab9dc (diff)
Use blacklist for all NormalError
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
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/86725
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/unreleased/8672 b/changelog/unreleased/8672
new file mode 100644
index 000000000..f164cdec1
--- /dev/null
+++ b/changelog/unreleased/8672
@@ -0,0 +1,5 @@
+Bugfix: Ignore consecutive errors for a pereiode of time
+
+We fixed a bug where certain errors caused a sync run every 30 seconds
+
+https://github.com/owncloud/client/issues/8672