mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
chore(files): Remove regular stats request
All views are now migrated. Signed-off-by: Louis Chmn <louis@chmn.me>
This commit is contained in:
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue