mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Don't allow setting a retry period below 5 seconds, default to 10
This commit is contained in:
@@ -281,7 +281,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
|
||||
<div style={{ display: "flex", alignItems: "center", gap: "10px" }}>
|
||||
<input
|
||||
type="range"
|
||||
min="0"
|
||||
min="5"
|
||||
max="100"
|
||||
step="1"
|
||||
value={requestDelaySeconds}
|
||||
|
||||
Reference in New Issue
Block a user