Run trim messages every 24 hours

This commit is contained in:
Bryan Ashby 2016-06-21 21:37:47 -06:00
parent 424aadbd40
commit aafa3b68eb
1 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ function getDefaultConfig() {
events : { events : {
trimMessageAreas : { trimMessageAreas : {
// may optionally use [or ]@watch:/path/to/file // may optionally use [or ]@watch:/path/to/file
schedule : 'every 24 hours after 3:30 am', schedule : 'every 24 hours',
// action: // action:
// - @method:path/to/module.js:theMethodName // - @method:path/to/module.js:theMethodName
@ -280,7 +280,7 @@ function getDefaultConfig() {
// //
// - @execute:/path/to/something/executable.sh // - @execute:/path/to/something/executable.sh
// //
action : '@method:core/message_area.js:trimMessageAreasScheduledEvent', // see method for avail args action : '@method:core/message_area.js:trimMessageAreasScheduledEvent',
} }
} }
}, },