游戏历史记录改成10个
This commit is contained in:
parent
1db13014de
commit
982cbddb77
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user