chore(files): Remove regular stats request

All views are now migrated.

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

@ -75,12 +75,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)