fix: use UTC time for fetch/import timer
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M defaults.toml → defaults.toml
@@ -64,8 +64,8 @@ # Use less memory at the expense of import performance 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]