Merge pull request #56823 from nextcloud/backport/56792/stable31

[stable31] debt(files): Remove regular stats request
pull/56840/head
Andy Scherzinger 2025-12-03 19:48:19 +07:00 committed by GitHub
commit 3249bfbc74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 9 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)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long