mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 02:05:59 +08:00
feat: close #2545 improve lazy load message list
This commit is contained in:
@@ -109,3 +109,6 @@ export const DEFAULT_MODELS = [
|
||||
available: true,
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const CHAT_PAGE_SIZE = 10;
|
||||
export const MAX_RENDER_MSG_COUNT = 20;
|
||||
|
Reference in New Issue
Block a user