QuotaInfo: add a comment about long running job

To document the change made two commits ago
This commit is contained in:
Olivier Goffart 2015-06-29 10:57:32 +02:00
parent 51c10de672
commit 23ccaa2821

View file

@ -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