server optimization
This commit is contained in:
parent
c59face625
commit
649458be6c
1
scheduleac/.gitignore
vendored
Normal file
1
scheduleac/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.out
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.1 KiB |
@ -10,7 +10,7 @@ schedule.permit(['insert', 'update', 'remove']).never().apply();
|
||||
SyncedCron.add({
|
||||
name: 'Remove Entries past today',
|
||||
schedule: function(parser) {
|
||||
return parser.recur().on('19:35:00').time();
|
||||
return parser.recur().on('14:35:00').time();
|
||||
},
|
||||
job: function() {
|
||||
var thedate = moment();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user