From 7da83987e4093134b3612c3d5f061783fa9f92e8 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Fri, 4 Aug 2023 15:45:16 +0800 Subject: [PATCH] chore: use bigger page size and render msg count --- app/constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index b4bb7b0f..7ff22c04 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -110,5 +110,5 @@ export const DEFAULT_MODELS = [ }, ] as const; -export const CHAT_PAGE_SIZE = 10; -export const MAX_RENDER_MSG_COUNT = 20; +export const CHAT_PAGE_SIZE = 30; +export const MAX_RENDER_MSG_COUNT = 60;