Merge pull request #56792 from nextcloud/artonge/debt/files/remove_regular_stats_request

debt(files): Remove regular stats request
pull/56811/head
Louis 2025-12-02 21:13:50 +07:00 committed by GitHub
commit cbe18a8677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 9 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)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long