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>2022-07-21 15:34:26 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-07-21 15:34:26 +0300
commit5b396aacf211dde025b5d95c1534a7a905902e5c (patch)
treeb63939d94c5c03a427e7bfad805018d79f21cdd3 /CHANGELOG.md
parentc989bcd592cbf7328ecc05902d27537aa9d7191d (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10606718c..44da4ffa0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ Summary
* Enhancement - Display a correct error when the wrong user was authenticated: [#9772](https://github.com/owncloud/client/issues/9772)
* Enhancement - Throttle the UI updates during sync: [#9832](https://github.com/owncloud/client/issues/9832)
* Enhancement - Run vfs downloads with a high priority: [#9836](https://github.com/owncloud/client/pull/9836)
+* Enhancement - Reduce CPU load during discovery: [#9919](https://github.com/owncloud/client/pull/9919)
* Enhancement - Allow HTTP/1.1 pipelining: [#9930](https://github.com/owncloud/client/pull/9930/)
Details
@@ -272,6 +273,10 @@ Details
https://github.com/owncloud/client/issues/9832
https://github.com/owncloud/client/pull/9836
+* Enhancement - Reduce CPU load during discovery: [#9919](https://github.com/owncloud/client/pull/9919)
+
+ https://github.com/owncloud/client/pull/9919
+
* Enhancement - Allow HTTP/1.1 pipelining: [#9930](https://github.com/owncloud/client/pull/9930/)
Under certain conditions, this change can result in a better network utilization.