[Pkg-owncloud-commits] [owncloud-client] 209/498: QuotaInfo: add a comment about long running job
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 23ccaa28216711f0a4883689275335c9d0f1f2cc
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Jun 29 10:57:32 2015 +0200
QuotaInfo: add a comment about long running job
To document the change made two commits ago
---
src/gui/quotainfo.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gui/quotainfo.h b/src/gui/quotainfo.h
index cfd2b31..8b9377f 100644
--- a/src/gui/quotainfo.h
+++ b/src/gui/quotainfo.h
@@ -36,6 +36,8 @@ class PropfindJob;
* We only request the quota when the UI is visible otherwise this might slow down the server with
* too many requests. But we still need to do it every 30 seconds otherwise user complains that the
* quota is not updated fast enough when changed on the server.
+ *
+ * If the quota job is not finished within 30 seconds, it is cancelled and another one is started
*/
class QuotaInfo : public QObject {
Q_OBJECT
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list