Skip to content

Commit 21ad0ac

Browse files
artongebackportbot[bot]
authored andcommitted
chore(files): Remove regular stats request
All views are now migrated. Signed-off-by: Louis Chmn <[email protected]>
1 parent 394a3a4 commit 21ad0ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
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)

0 commit comments

Comments
 (0)