mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
QuotaInfo: add a comment about long running job
To document the change made two commits ago
This commit is contained in:
parent
51c10de672
commit
23ccaa2821
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue