Skip to content

Commit ff6f591

Browse files
Merge pull request #56826 from nextcloud/backport/56792/stable28
[stable28] debt(files): Remove regular stats request
2 parents 4e2d38c + e65c313 commit ff6f591

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

apps/files/src/components/NavigationQuota.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ export default {
7575
},
7676
7777
beforeMount() {
78-
/**
79-
* Update storage stats every minute
80-
* TODO: remove when all views are migrated to Vue
81-
*/
82-
setInterval(this.throttleUpdateStorageStats, 60 * 1000)
83-
8478
subscribe('files:node:created', this.throttleUpdateStorageStats)
8579
subscribe('files:node:deleted', this.throttleUpdateStorageStats)
8680
subscribe('files:node:moved', this.throttleUpdateStorageStats)

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)