diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/GamePlayHistoryQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/GamePlayHistoryQryExe.java index 810518ed..f6893cc1 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/GamePlayHistoryQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/game/GamePlayHistoryQryExe.java @@ -18,7 +18,7 @@ import org.springframework.stereotype.Component; @RequiredArgsConstructor public class GamePlayHistoryQryExe { - private static final int RECENT_LIMIT = 5; + private static final int RECENT_LIMIT = 10; private final UserGamePlayHistoryService userGamePlayHistoryService;