v2 300 retry

This commit is contained in:
2019-01-11 01:22:01 +01:00
parent ad4f7ba47b
commit 79bd1bea58

View File

@@ -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(() => {