From 9aac7ecc609ccb5da0577fce490eb1f691276b4e Mon Sep 17 00:00:00 2001 From: Louis Chmn Date: Wed, 26 Nov 2025 15:53:19 +0100 Subject: [PATCH] chore(files): Remove regular stats request All views are now migrated. Signed-off-by: Louis Chmn --- apps/files/src/components/NavigationQuota.vue | 6 ------ 1 file changed, 6 deletions(-) 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)