chuni: lower max result per page to prevent game fail to read content. Fix #6
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user