From 23ccaa28216711f0a4883689275335c9d0f1f2cc Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 29 Jun 2015 10:57:32 +0200 Subject: [PATCH] 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 cfd2b312c..8b9377f94 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