chuni: lower max result per page to prevent game fail to read content. Fix #6

This commit is contained in:
NeumPhis
2020-01-30 16:52:31 +00:00
committed by Tau
parent 341b8379cc
commit a05f091915
+3 -3
View File
@@ -14,9 +14,9 @@ export default async function getGameSetting(
rebootStartTime: "0",
rebootEndTime: "0",
isBackgroundDistribute: "false",
maxCountCharacter: "999",
maxCountItem: "999",
maxCountMusic: "999",
maxCountCharacter: "300",
maxCountItem: "300",
maxCountMusic: "300",
},
isDumpUpload: "false",
isAou: "false",