1
Fork 0

change timeout owo

This commit is contained in:
Ashley 2023-03-06 19:35:40 +00:00
parent b9638a5dc6
commit ddb158eec5

View file

@ -77,8 +77,8 @@ function init(app, config, rendertemplate) {
);
}
})();
}, 150000); /* setInterval */
}, 150000);
}, 46000); /* setInterval */
}, 46000);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
}