diff --git a/apps/files/src/components/NavigationQuota.vue b/apps/files/src/components/NavigationQuota.vue index af58e1aafe9..e4da9dd8758 100644 --- a/apps/files/src/components/NavigationQuota.vue +++ b/apps/files/src/components/NavigationQuota.vue @@ -81,12 +81,6 @@ export default { }, beforeMount() { - /** - * Update storage stats every minute - * TODO: remove when all views are migrated to Vue - */ - setInterval(this.throttleUpdateStorageStats, 60 * 1000) - subscribe('files:node:created', this.throttleUpdateStorageStats) subscribe('files:node:deleted', this.throttleUpdateStorageStats) subscribe('files:node:moved', this.throttleUpdateStorageStats)