summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/nextcloud/templates/cron-.timer.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nextcloud/templates/cron-.timer.j2 b/roles/nextcloud/templates/cron-.timer.j2
index 7285bf03..0c3f7cd7 100644
--- a/roles/nextcloud/templates/cron-.timer.j2
+++ b/roles/nextcloud/templates/cron-.timer.j2
@@ -2,7 +2,7 @@
Description=Nextcloud cron.php job timer for %i
[Timer]
-OnCalendar=*:{{ 15 | random(seed=item) }}/15
+OnCalendar=*:{{ 5 | random(seed=item) }}/5
Unit=nextcloud-cron@{{ item }}.service
[Install]