Skip to content

Commit

Permalink
refactor: 정환한 실험을 위해 30초에 한번 씩 캐시가 비워지도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Apr 6, 2024
1 parent dabb332 commit 7e634ba
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", 24*3600, 500000);
CHAT_CACHE("chat", 30, 500000);

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

0 comments on commit 7e634ba

Please sign in to comment.