Skip to content

Commit

Permalink
refactor: 24시간 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Apr 6, 2024
1 parent 60592a5 commit 438f874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public enum CacheType {

REFRESH_TOKEN("refreshToken", 1209600, 10000),
CHAT_CACHE("chat", 30, 50000);
CHAT_CACHE("chat", 24*3600, 50000);

private final String cacheName;
private final int expireAfterWrite;
Expand Down

0 comments on commit 438f874

Please sign in to comment.