diff --git a/src/main/java/com/example/solidconnection/university/service/UnivApplyInfoQueryService.java b/src/main/java/com/example/solidconnection/university/service/UnivApplyInfoQueryService.java index 72bbeab00..3ee7ecc4e 100644 --- a/src/main/java/com/example/solidconnection/university/service/UnivApplyInfoQueryService.java +++ b/src/main/java/com/example/solidconnection/university/service/UnivApplyInfoQueryService.java @@ -43,7 +43,7 @@ public UnivApplyInfoDetailResponse getUnivApplyInfoDetail(Long univApplyInfoId) @Transactional(readOnly = true) // todo: 현재 레디스 관련 에러 발생중으로 임시 주석처리, 추후 원인 분석 후 적용 필요 - @ThunderingHerdCaching(key = "univApplyInfoTextSearch:{0}:{1}:{2}", cacheManager = "customCacheManager", ttlSec = 86400) + //@ThunderingHerdCaching(key = "univApplyInfoTextSearch:{0}:{1}:{2}", cacheManager = "customCacheManager", ttlSec = 86400) public UnivApplyInfoPreviewResponses searchUnivApplyInfoByText( String text, Long homeUniversityId,