Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(files): Remove regular stats request
All views are now migrated.

Signed-off-by: Louis Chmn <[email protected]>
  • Loading branch information
artonge authored and backportbot[bot] committed Dec 3, 2025
commit 9821e868f9421a92ef2541b4828e72934fd5182c
6 changes: 0 additions & 6 deletions apps/files/src/components/NavigationQuota.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down