config/cron: Fix updatedb-local to run every 3 hour

master
Pierre Neidhardt 2018-06-24 11:18:55 +02:00
parent 5b8426d888
commit 524b9b568c
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@
;; and use job's 3rd argument as a description.
(string-append "units_cur " currency-file))
(job '(next-hour '(3)) "updatedb-local")
(job '(next-hour (range 0 24 3)) "updatedb-local")