From aafa3b68ebd01f568cb78bf3c0ebfef99447ceb9 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 21 Jun 2016 21:37:47 -0600 Subject: [PATCH] Run trim messages every 24 hours --- core/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.js b/core/config.js index a305c138..4436004a 100644 --- a/core/config.js +++ b/core/config.js @@ -272,7 +272,7 @@ function getDefaultConfig() { events : { trimMessageAreas : { // may optionally use [or ]@watch:/path/to/file - schedule : 'every 24 hours after 3:30 am', + schedule : 'every 24 hours', // action: // - @method:path/to/module.js:theMethodName @@ -280,7 +280,7 @@ function getDefaultConfig() { // // - @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', } } },