| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
⚠️ Blocking Beta Release This PR cannot be merged into the beta branch due to: Fetch failed Please resolve this issue to include this PR in the next beta release. |
Sorry, something went wrong.
Add defaultOptions to QueryClient to disable automatic refetching: - refetchOnReconnect: false - refetchOnMount: false - refetchOnWindowFocus: false
| Back | FazBrowse Home | New Git URL |
Summary
Why
The branch is primarily about consolidating app sync/bootstrap state around TanStack Query and removing duplicate MCP loading logic. The query client defaults keep those shared queries from refetching on mount, focus, or reconnect and causing extra status requests.