Skip to content

Commit 2b6a59a

Browse files
authored
Bump maxRequests (microsoft#250091)
Agent mode go brrr
1 parent d0e9ef3 commit 2b6a59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ class ChatAgentSettingContribution extends Disposable implements IWorkbenchContr
546546
'chatAgentMaxRequestsFree' :
547547
'chatAgentMaxRequestsPro';
548548
this.experimentService.getTreatment<number>(treatmentId).then(value => {
549-
const defaultValue = value ?? (this.entitlementService.entitlement === ChatEntitlement.Free ? 5 : 15);
549+
const defaultValue = value ?? (this.entitlementService.entitlement === ChatEntitlement.Free ? 25 : 25);
550550
const node: IConfigurationNode = {
551551
id: 'chatSidebar',
552552
title: nls.localize('interactiveSessionConfigurationTitle', "Chat"),

0 commit comments

Comments
 (0)