From a05f0919151f52c401b5c1b47ecc517f59f96714 Mon Sep 17 00:00:00 2001 From: NeumPhis <205-NeumPhis@users.noreply.dev.s-ul.eu> Date: Thu, 30 Jan 2020 16:52:31 +0000 Subject: [PATCH] chuni: lower max result per page to prevent game fail to read content. Fix #6 --- src/chunithm/handler/getGameSetting.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chunithm/handler/getGameSetting.ts b/src/chunithm/handler/getGameSetting.ts index e096afa..1b7c405 100644 --- a/src/chunithm/handler/getGameSetting.ts +++ b/src/chunithm/handler/getGameSetting.ts @@ -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",