We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c300e commit 38995a2Copy full SHA for 38995a2
webview-ui/src/components/settings/ContextManagementSettings.tsx
@@ -146,7 +146,7 @@ export const ContextManagementSettings = ({
146
<div className="flex items-center gap-2">
147
<Slider
148
min={1}
149
- max={50}
+ max={100}
150
step={1}
151
value={[Math.max(1, maxConcurrentFileReads ?? 5)]}
152
onValueChange={([value]) => setCachedStateField("maxConcurrentFileReads", value)}
0 commit comments