claude-code / mods /diff /hooks /limits /timing /git-timeout-ms.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
776286d verified
Raw
History Blame Contribute Delete
177 Bytes
/**
* 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