Skip to content

fix lo slowness: use network location instead of GPS#2

Merged
phulin merged 1 commit intomainfrom
claude/debug-lo-performance-tlZZz
Mar 10, 2026
Merged

fix lo slowness: use network location instead of GPS#2
phulin merged 1 commit intomainfrom
claude/debug-lo-performance-tlZZz

Conversation

@phulin
Copy link
Owner

@phulin phulin commented Mar 10, 2026

enableHighAccuracy: true forces a GPS fix on every lo, which can
take the full 10s timeout especially indoors or when GPS is cold.
maximumAge: 0 prevented any reuse of a recent fix.

Network-based location (cell/WiFi) is fast and accurate enough for
sharing your location with a friend. Allow positions up to 30s old.

https://claude.ai/code/session_016XxRPBoxp83Yrs2pmnZwZ1

enableHighAccuracy: true forces a GPS fix on every lo, which can
take the full 10s timeout especially indoors or when GPS is cold.
maximumAge: 0 prevented any reuse of a recent fix.

Network-based location (cell/WiFi) is fast and accurate enough for
sharing your location with a friend. Allow positions up to 30s old.

https://claude.ai/code/session_016XxRPBoxp83Yrs2pmnZwZ1
@phulin phulin merged commit 038ecc9 into main Mar 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants