diff --git a/apps/files/src/components/NavigationQuota.vue b/apps/files/src/components/NavigationQuota.vue index 46c8e5c9af4..97f12fd4be1 100644 --- a/apps/files/src/components/NavigationQuota.vue +++ b/apps/files/src/components/NavigationQuota.vue @@ -80,12 +80,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)