change timeout owo

This commit is contained in:
Ashley 2023-03-06 19:35:40 +00:00
parent d94ecf6136
commit 372e99d6c3

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);
}