diff --git a/backend/src/routes.ts b/backend/src/routes.ts index 46aef6d8b..371240eca 100644 --- a/backend/src/routes.ts +++ b/backend/src/routes.ts @@ -7,7 +7,7 @@ class Routes { constructor() { this.createCache(); - setTimeout(this.createCache.bind(this), 600000); + setInterval(this.createCache.bind(this), 600000); } private async createCache() {