v2 UP 9af8ua09321
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user