server optimization

This commit is contained in:
yamanq 2016-04-11 22:25:17 -04:00
parent c59face625
commit 649458be6c
3 changed files with 2 additions and 1 deletions

1
scheduleac/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.out

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -10,7 +10,7 @@ schedule.permit(['insert', 'update', 'remove']).never().apply();
SyncedCron.add({ SyncedCron.add({
name: 'Remove Entries past today', name: 'Remove Entries past today',
schedule: function(parser) { schedule: function(parser) {
return parser.recur().on('19:35:00').time(); return parser.recur().on('14:35:00').time();
}, },
job: function() { job: function() {
var thedate = moment(); var thedate = moment();