diff --git a/backend/src/routes.ts b/backend/src/routes.ts index 22205a3a9..ecf827dee 100644 --- a/backend/src/routes.ts +++ b/backend/src/routes.ts @@ -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); } }