Skip to content

Commit

Permalink
feat: 사용자 캐시 5초로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Apr 17, 2024
1 parent c938a07 commit 7776984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum CacheType {

REFRESH_TOKEN("refreshToken", 1209600, 10000),
CHAT_CACHE("chat", 30, 500000),
MEMBER_CACHE("member", 30, 10000),
MEMBER_CACHE("member", 5, 10000),
SESSION_CACHE("sessionCache", 60, 10000);

private final String cacheName;
Expand Down

0 comments on commit 7776984

Please sign in to comment.