From 79bd1bea58777fc495ba1f223e048ef746e2117c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Fri, 11 Jan 2019 01:22:01 +0100 Subject: [PATCH] v2 300 retry --- src/autoloaderV2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index e9f4b57..261b6db 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -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(() => {