Skip to content

Commit ea1b5fe

Browse files
Merge pull request #56824 from nextcloud/backport/56792/stable30
[stable30] debt(files): Remove regular stats request
2 parents 394a3a4 + c2601c8 commit ea1b5fe

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
@@ -80,12 +80,6 @@ export default {
8080
},
8181
8282
beforeMount() {
83-
/**
84-
* Update storage stats every minute
85-
* TODO: remove when all views are migrated to Vue
86-
*/
87-
setInterval(this.throttleUpdateStorageStats, 60 * 1000)
88-
8983
subscribe('files:node:created', this.throttleUpdateStorageStats)
9084
subscribe('files:node:deleted', this.throttleUpdateStorageStats)
9185
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)