Skip to content

Commit

Permalink
update :: clientCacheManager 1분 -> 10분 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Umjiseung committed Sep 2, 2024
1 parent 091b556 commit 6cf0b02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RedisCacheConfig {
GenericJackson2JsonRedisSerializer()
)
)
.entryTtl(Duration.ofMinutes(1L))
.entryTtl(Duration.ofMinutes(10))

return RedisCacheManager
.RedisCacheManagerBuilder
Expand All @@ -45,7 +45,7 @@ class RedisCacheConfig {
GenericJackson2JsonRedisSerializer()
)
)
.entryTtl(Duration.ofMinutes(10L))
.entryTtl(Duration.ofMinutes(10))

return RedisCacheManager
.RedisCacheManagerBuilder
Expand Down

0 comments on commit 6cf0b02

Please sign in to comment.