aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-01-07 21:07:09 +0100
committerTimo Wilken2023-01-07 21:07:09 +0100
commit763428af9cbafb7354c3c99490712b781833b8ed (patch)
treed356c3af077f2e3f6d7b516a1c3d7d0732d26a48 /tw/home
parenta545a3a3ef7c5a452f477120d8cb53aae349866d (diff)
Schedule PIM metasyncs less frequently
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/lap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index 6f758294..4cd2f0d4 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -56,7 +56,7 @@
(simple-service
'pim-cronjobs home-mcron-service-type
- (list #~(job "15 */2 * * *" ; every two hours at HH:15
+ (list #~(job "15 */4 * * *" ; every four hours at HH:15
(string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " metasync"))
#~(job "0,30 * * * *" ; every half hour
(string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " sync"))))