Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-22 19:24:42 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-23 14:11:58 +0300
commit495775c4cc91893c299f8fdb1919d1376d88bb5e (patch)
tree4f0ed6734438ca7cc37cf3cd2b7da17e4e75d781 /appinfo/info.xml
parent1a972cc7bf55602d317008af201f56ccf2082be7 (diff)
move counting storage statistics to the background
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 66f77f3..61fe973 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,6 +17,12 @@
<dependencies>
<nextcloud min-version="22" max-version="22" />
</dependencies>
+ <background-jobs>
+ <job>OCA\ServerInfo\Jobs\UpdateStorageStats</job>
+ </background-jobs>
+ <commands>
+ <command>OCA\ServerInfo\Commands\UpdateStorageStats</command>
+ </commands>
<settings>
<admin>OCA\ServerInfo\Settings\AdminSettings</admin>
<admin-section>OCA\ServerInfo\Settings\AdminSection</admin-section>