소스 검색

chore: use bigger page size and render msg count

Yifei Zhang 1 년 전
부모
커밋
7da83987e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/constant.ts

+ 2 - 2
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;