DESCRIPT.ION generation disabled by default

This commit is contained in:
Bryan Ashby 2018-03-13 18:59:47 -06:00
parent 6311198f4d
commit 91bbc2e5fe
1 changed files with 6 additions and 0 deletions

View File

@ -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',
}
*/
}
},