v2 300 retry
This commit is contained in:
@@ -1057,7 +1057,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) + 300
|
||||
}).catch((err) => {
|
||||
console.error(err)
|
||||
})
|
||||
@@ -1409,7 +1409,7 @@ class AutomaticDispose {
|
||||
}
|
||||
|
||||
// console.log("Clicked Vehicles: ", $('#vehicle_show_table_all input[type="checkbox"]:checked').length, $('#vehicle_show_table_all input[type="checkbox"]:checked'));
|
||||
// console.log("WILL KLICK SEND")
|
||||
console.log("WILL KLICK SEND")
|
||||
setTimeout(() => {
|
||||
|
||||
self.UpdateMissionsToDone(self.MissionID).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user