mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #56826 from nextcloud/backport/56792/stable28
[stable28] debt(files): Remove regular stats request
This commit is contained in:
commit
ff6f591d4e
3 changed files with 3 additions and 9 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)
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue