mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
/**
|
|
* Default timeout in seconds for auto-approving followup questions.
|
|
* Used in both the TUI (App.tsx) and the extension host (extension-host.ts).
|
|
*/
|
|
export const FOLLOWUP_TIMEOUT_SECONDS = 60
|