v2 up 9ag09aujvoi

This commit is contained in:
2018-12-17 13:26:08 +01:00
parent 9de498b739
commit c25c4fe5e9
3 changed files with 6 additions and 4 deletions

View File

@@ -1004,6 +1004,7 @@ class AutomaticDispose {
}
FreeIframe(Runner) {
console.log('FreeIframe',Runner);
const self = this;
const runnerID = self.ADisSettings.runner.indexOf(Runner)
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
@@ -1016,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) + 180
next_check: Math.floor(new Date().getTime() / 1000) + 90
}).catch((err) => {
console.error(err)
})