Revering comment.

This commit is contained in:
softsimon 2020-09-26 23:48:18 +07:00
parent 21ef5054bf
commit fe2c9bf49d
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

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