From 2824bd6b500f3f44bf1b4a3c2c5113b582f3bd9f 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 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)