mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 13:55:46 +08:00
Update constant.ts
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user