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-12-09 18:11:46 +0300
committerHannah von Reth <vonreth@kde.org>2021-12-13 20:53:56 +0300
commitf776818cf599a55df4431dc21a20173e6a9d11bf (patch)
tree28ca5559ceb05a2fba1b217d6f9ba7c7099f8780 /changelog
parentf100deb90127fa169b5d25e380569dadbf6fdf07 (diff)
Handle local errors with the ignore list
Fixes: #9208, #9133
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/92087
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9208 b/changelog/unreleased/9208
new file mode 100644
index 000000000..4a13803e7
--- /dev/null
+++ b/changelog/unreleased/9208
@@ -0,0 +1,7 @@
+Enhancement: Also ignore local reapeating errors for a period of time
+
+If an error occurs on the server (a url is not reachable) we try a couple of times, then we ignore that file for a period of time.
+We now do the same with erros that occure locally.
+
+https://github.com/owncloud/client/issues/9208
+https://github.com/owncloud/client/issues/9133