forked from XiaoMo/ChatGPT-Next-Web
chore: use bigger page size and render msg count
This commit is contained in:
parent
523d553dac
commit
7da83987e4
@ -110,5 +110,5 @@ export const DEFAULT_MODELS = [
|
|||||||
},
|
},
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const CHAT_PAGE_SIZE = 10;
|
export const CHAT_PAGE_SIZE = 30;
|
||||||
export const MAX_RENDER_MSG_COUNT = 20;
|
export const MAX_RENDER_MSG_COUNT = 60;
|
||||||
|
Loading…
Reference in New Issue
Block a user