default cache expiration

This commit is contained in:
Philipinho
2026-01-07 14:57:57 +00:00
parent 9a827b903a
commit 3afc9b6e10
+1
View File
@@ -50,6 +50,7 @@ try {
const redisUrl = environmentService.getRedisUrl();
return {
ttl: 5 * 1000,
stores: [new KeyvRedis(redisUrl)],
};
},