From 91bbc2e5fea4426b39724d6155aa057d3552413e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 13 Mar 2018 18:59:47 -0600 Subject: [PATCH] DESCRIPT.ION generation disabled by default --- core/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/config.js b/core/config.js index d153d4cb..7e5d92a1 100644 --- a/core/config.js +++ b/core/config.js @@ -740,10 +740,16 @@ function getDefaultConfig() { args : [ '24 hours' ] // items older than this will be removed }, + // + // Enable the following entry in your config.hjson to periodically create/update + // DESCRIPT.ION files for your file base + // + /* updateDescriptIonFiles : { schedule : 'on the last day of the week', action : '@method:core/file_base_list_export.js:updateFileBaseDescFilesScheduledEvent', } + */ } },