Skip to content

Commit 48deb6f

Browse files
niketpathakclaude
andcommitted
🔧 chore: raise starship command_timeout to 5000ms
Prevents "Executing command git timed out" warnings when cd-ing into large monorepos where git status can exceed the 1000ms limit on a cold filesystem cache. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4bbd9be commit 48deb6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

starship/starship.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Disable the blank line at the start of the prompt
22
add_newline = false
33
# Sets the timeout for commands in the prompt, default is 500ms
4-
command_timeout = 1000
4+
# Raised to 5000ms so git status in large monorepos doesn't time out (starship::utils WARN)
5+
command_timeout = 5000
56

67
# Disable the package module, hiding it from the prompt completely
78
#[package]

0 commit comments

Comments
 (0)