mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update process hot timeout
This commit is contained in:
parent
728f83f834
commit
7964737d72
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ interface TerminalProcessEvents {
|
|||
}
|
||||
|
||||
// how long to wait after a process outputs anything before we consider it "cool" again
|
||||
const PROCESS_HOT_TIMEOUT = 2_500
|
||||
const PROCESS_HOT_TIMEOUT = 3_500
|
||||
|
||||
export class TerminalProcess extends EventEmitter<TerminalProcessEvents> {
|
||||
waitForShellIntegration: boolean = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue