瀏覽代碼

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;