mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
/**
|
|
* How long one git child may run before the fetch gives up on it and keeps
|
|
* the last good diff (the built-in panel's own timeout).
|
|
*/
|
|
export const GIT_TIMEOUT_MS = 5000
|