Skip to content

Commit d508c3f

Browse files
groksrcclaude
andcommitted
Increase brew outdated timeout from 15s to 60s
Homebrew can be slow depending on network conditions or if it needs to update its index, causing the update check to time out intermittently. Since this is a non-interactive background check, a longer timeout won't impact UX. Fixes #694 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent 4791e19 commit d508c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/cli/auto_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
PYPI_JSON_URL = "https://pypi.org/pypi/basic-memory/json"
2323

2424
PYPI_TIMEOUT_SECONDS = 5
25-
BREW_OUTDATED_TIMEOUT_SECONDS = 15
25+
BREW_OUTDATED_TIMEOUT_SECONDS = 60
2626
UV_UPGRADE_TIMEOUT_SECONDS = 180
2727
BREW_UPGRADE_TIMEOUT_SECONDS = 600
2828

0 commit comments

Comments
 (0)