Skip to content

Commit 6b7011e

Browse files
committed
Increase max number of persisted sessions
Fix #283123
1 parent 1e90b6c commit 6b7011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/common/model/chatSessionStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { ChatModel, ISerializableChatData, ISerializableChatDataIn, ISerializabl
3030
import { ChatSessionOperationLog } from './chatSessionOperationLog.js';
3131
import { LocalChatSessionUri } from './chatUri.js';
3232

33-
const maxPersistedSessions = 25;
33+
const maxPersistedSessions = 50;
3434

3535
const ChatIndexStorageKey = 'chat.ChatSessionStore.index';
3636
const ChatTransferIndexStorageKey = 'ChatSessionStore.transferIndex';

0 commit comments

Comments
 (0)