Skip to content

Commit

Permalink
refactor: 위치 기반 데이터 값 유효기간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
choidongkuen committed Feb 3, 2024
1 parent b4cb5b2 commit ef04cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class TeumTeumService {
private final RedisService redisService;

public UserAroundLocationsResponse saveAndGetUserAroundLocations(UserLocationRequest request) {
redisService.setUserLocation(request.toUserLocation(), 86400L);
redisService.setUserLocation(request.toUserLocation(), 60L);
return getUserAroundLocations(request);
}

Expand Down

0 comments on commit ef04cd4

Please sign in to comment.