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
First behavior
Cache does not block the second query call if it was made with a short time interval like a 1500ms
Second behavior
The timer in cache is reset whenever query is called. This means that staleAfter will never work if the interval between query calls is less than StaleAfter
First behavior
Cache does not block the second query call if it was made with a short time interval like a 1500ms
Second behavior
The timer in cache is reset whenever query is called. This means that staleAfter will never work if the interval between query calls is less than StaleAfter
reproduce
The text was updated successfully, but these errors were encountered: