Bläddra i källkod

Update constant.ts

Yifei Zhang 1 år sedan
förälder
incheckning
543989151f
1 ändrade filer med 2 tillägg och 2 borttagningar
  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 = 30;
-export const MAX_RENDER_MSG_COUNT = 60;
+export const CHAT_PAGE_SIZE = 15;
+export const MAX_RENDER_MSG_COUNT = 45;