Skip to content

Commit 3afe3d3

Browse files
committed
debt(files): Remove regular stats request
All views are now migrated. Signed-off-by: Louis Chmn <[email protected]>
1 parent 86c2dd4 commit 3afe3d3

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
@@ -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)

0 commit comments

Comments
 (0)