mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
nice catch dan!
This commit is contained in:
parent
3c7a54b3cd
commit
7d963649e3
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ export const AutoApproveSettings = ({
|
|||
min="1000"
|
||||
max="1800000"
|
||||
step="1000"
|
||||
value={toolExecutionTimeoutMs || 300000}
|
||||
value={toolExecutionTimeoutMs || 60000}
|
||||
onChange={(e) => setCachedStateField("toolExecutionTimeoutMs", parseInt(e.target.value))}
|
||||
disabled={!timeoutFallbackEnabled}
|
||||
className="w-32"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue