mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
DESCRIPT.ION generation disabled by default
This commit is contained in:
parent
6311198f4d
commit
91bbc2e5fe
1 changed files with 6 additions and 0 deletions
|
@ -740,10 +740,16 @@ function getDefaultConfig() {
|
||||||
args : [ '24 hours' ] // items older than this will be removed
|
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 : {
|
updateDescriptIonFiles : {
|
||||||
schedule : 'on the last day of the week',
|
schedule : 'on the last day of the week',
|
||||||
action : '@method:core/file_base_list_export.js:updateFileBaseDescFilesScheduledEvent',
|
action : '@method:core/file_base_list_export.js:updateFileBaseDescFilesScheduledEvent',
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue