chore(files): Remove regular stats request

All views are now migrated.

Signed-off-by: Louis Chmn <louis@chmn.me>
pull/56792/head
Louis Chmn 2025-11-26 15:53:19 +07:00
parent 86c2dd467d
commit 9aac7ecc60
1 changed files with 0 additions and 6 deletions

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