RootCauseunvalidated
The timer re-starts every time when data is put into the cache. — If `refetchInterval` is set to 10 seconds in `useQuery`. Tension: will the next request be initiated 10 seconds after the start of the previous request, or 10 seconds after the previous request completes? Outcome: 10 seconds after the previous request completes.
70ff093a-d3a3-46ff-a15b-6995bb223be0
The timer re-starts every time when data is put into the cache. — If refetchInterval is set to 10 seconds in useQuery. Tension: will the next request be initiated 10 seconds after the start of the previous request, or 10 seconds after the previous request completes? Outcome: 10 seconds after the previous request completes.