From 3285e429b42b58291320b054016d4647ce51a49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sun, 2 Dec 2018 23:08:07 +0100 Subject: [PATCH] v2 update next check 120 seconds --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 4 ++-- src/autoloaderV2.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 55e606e..f741cfa 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sun Dec 02 2018 22:20:53 GMT+0100 (CET)*/ +/*Generated on:Sun Dec 02 2018 23:08:06 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index bff23a4..d377f93 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Sun Dec 02 2018 22:20:53 GMT+0100 (CET)*/ +/*Generated on:Sun Dec 02 2018 23:08:06 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18187,7 +18187,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) + 300 + next_check: Math.floor(new Date().getTime() / 1000) + 120 }).catch((err) => { console.error(err) }) diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index 30ae07d..e9ded48 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1017,7 +1017,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) + 300 + next_check: Math.floor(new Date().getTime() / 1000) + 120 }).catch((err) => { console.error(err) })