Skip to content

Commit

Permalink
hotfix: 일별 캐시 1시간으로 다시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwonsheep committed Dec 17, 2024
1 parent bf16e7f commit e86dbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@Getter
public enum CacheType {
DAILY_LINK_RANK(CACHE_NAME.DAILY_LINK_RANK, 10, 10000), // 1시간
DAILY_LINK_RANK(CACHE_NAME.DAILY_LINK_RANK, 60 * 60, 10000), // 1시간
WEEKLY_LINK_RANK(CACHE_NAME.WEEKLY_LINK_RANK, 24 * 60 * 60, 10000), // 24시간
MONTHLY_PICK_RANK(CACHE_NAME.MONTHLY_PICK_RANK, 3 * 60 * 60, 10000); // 3시간

Expand Down

0 comments on commit e86dbe3

Please sign in to comment.