1
Fork 0
This commit is contained in:
Ashley //// 2024-03-30 07:13:38 +00:00
parent 564269ad29
commit 227b487f3e

View file

@ -85,12 +85,12 @@ function init(app, config, rendertemplate) {
})();
}, 999999999999999999999999999999); /* setInterval */
}, 1000);
}, 100);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
console.error(err);
}
}, 1000);
}, 100);
}
module.exports = {