[FEATURE] Add gitPollingIntervalMs setting to reduce/disable background git polling
Status Closed — duplicate
Maintainer reply None cached
Activity 4 comments · opened Jun 23, 2026 · closed Jun 26, 2026
Problem
Claude Code polls git status every ~20 seconds per session. With many concurrent sessions in the same repo, this causes .git/index.lock contention and wasted IO on idle sessions.
Proposal
{ "gitPollingIntervalMs": 60000 }
Set to 0 to disable (on-demand only).
Related
#57102, #11005
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗