From c92530b7940bfd9e0940dd07e4a33b8dc4b575ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 4 Dec 2024 17:28:48 +0100 Subject: fix: use UTC time for fetch/import timer --- defaults.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'defaults.toml') diff --git a/defaults.toml b/defaults.toml index 66f0d07..4f95929 100644 --- a/defaults.toml +++ b/defaults.toml @@ -64,8 +64,8 @@ x-frame-options = 'DENY' LowMemory = false # Abort fetch and import process for all jobs if it takes longer than this value. Timeout = '30m0s' -# Local time of day to run fetch/import process -UpdateAt = '04:00:00' +# Time of day (UTC) to run fetch/import process +UpdateAt = '03:00:00' [Importer.Sources] [Importer.Sources.darwin] -- cgit 1.4.1