You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @convex-dev/react-query the default gcTime of 5 minutes [edit: maybe] isn't appropriate because it means continuing to receive updates for a query for 5 minutes. This could be a problem especially if e.g. subscribing to a new query on keystroke, but even in normal cases it's potentially a lot of extra function executions for queries that update frequently.