Skip to content

Commit cbe18a8

Browse files
authored
Merge pull request #56792 from nextcloud/artonge/debt/files/remove_regular_stats_request
debt(files): Remove regular stats request
2 parents 34c6cb7 + 3b41ab1 commit cbe18a8

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