make timeout 10 mins

This commit is contained in:
Ashley 2023-06-10 08:14:10 +00:00
parent f852fc7410
commit 71c4d004fe

View file

@ -76,12 +76,12 @@ function init(app, config, rendertemplate) {
);
}
})();
}, 3500000); /* setInterval */
}, 3000000);
}, 1580000); /* setInterval */
}, 600000);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
}
}, 3000000);
}, 600000);
}
module.exports = {