fix caching!

This commit is contained in:
Lee
2024-06-26 14:15:05 +01:00
parent 3fc26583f2
commit 805da78cad
3 changed files with 8 additions and 4 deletions

View File

@ -11,7 +11,7 @@ spring:
cache:
type: redis
redis:
time-to-live: 60000
time-to-live: 300000 # 5 minutes
redis:
host: localhost
port: 6379