Revering comment.

This commit is contained in:
softsimon 2020-09-26 23:48:18 +07:00
parent ba70347ff6
commit 16d39770ce

View File

@ -15,8 +15,8 @@ class Routes {
constructor() {
if (!config.DB_DISABLED) {
// this.createCache();
// setInterval(this.createCache.bind(this), 600000);
this.createCache();
setInterval(this.createCache.bind(this), 600000);
}
}