v2 UP 9af8ua09321

This commit is contained in:
2018-12-03 15:48:34 +01:00
parent 1c53ed7e19
commit b9b7e70d87
3 changed files with 4 additions and 4 deletions

View File

@@ -1016,7 +1016,7 @@ class AutomaticDispose {
const self = this;
return self.ADisDB.ADisMissions.update(MissionID, {
last_check: Math.floor(new Date().getTime() / 1000),
next_check: Math.floor(new Date().getTime() / 1000) + 120
next_check: Math.floor(new Date().getTime() / 1000) + 60
}).catch((err) => {
console.error(err)
})