chore(files): Remove regular stats request

All views are now migrated.

Signed-off-by: Louis Chmn <louis@chmn.me>
pull/56822/head
Louis Chmn 2025-11-26 15:53:19 +07:00 committed by backportbot[bot]
parent d89e4d2356
commit 2824bd6b50
1 changed files with 0 additions and 6 deletions

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