Skip to content

Commit 38995a2

Browse files
committed
Change max back to 100
1 parent 29c300e commit 38995a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ContextManagementSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const ContextManagementSettings = ({
146146
<div className="flex items-center gap-2">
147147
<Slider
148148
min={1}
149-
max={50}
149+
max={100}
150150
step={1}
151151
value={[Math.max(1, maxConcurrentFileReads ?? 5)]}
152152
onValueChange={([value]) => setCachedStateField("maxConcurrentFileReads", value)}

0 commit comments

Comments
 (0)