Skip to content

Commit 5e893b7

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 4e2d38c commit 5e893b7

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

0 commit comments

Comments
 (0)