From 6311198f4d54938a0493dedff33838c863ae41ae Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 12 Mar 2018 22:55:10 -0600 Subject: [PATCH] Schedule that actually is valid... --- core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.js b/core/config.js index cd87c771..d153d4cb 100644 --- a/core/config.js +++ b/core/config.js @@ -741,7 +741,7 @@ function getDefaultConfig() { }, updateDescriptIonFiles : { - schedule : 'every 168 hours', // once a week + schedule : 'on the last day of the week', action : '@method:core/file_base_list_export.js:updateFileBaseDescFilesScheduledEvent', } }