igorkamyshev / farfetched

The advanced data fetching tool for web applications
https://ff.effector.dev
MIT License
190 stars 34 forks source link

Strange Behavior of cache #519

Open Rastraponovich opened 2 days ago

Rastraponovich commented 2 days ago

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