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
For sources that support ListStream we cache the items as we find them. The problem with this is that if we get to say page 4 of 10 and then the context times out, we'll have only cached some of the items, however if the user then runs another query they will now hit the cache which is bad since it won't return all the available items and won't retry.
Maybe we should be caching at the HTTP level instead?
The text was updated successfully, but these errors were encountered:
For sources that support
ListStream
we cache the items as we find them. The problem with this is that if we get to say page 4 of 10 and then the context times out, we'll have only cached some of the items, however if the user then runs another query they will now hit the cache which is bad since it won't return all the available items and won't retry.Maybe we should be caching at the HTTP level instead?
The text was updated successfully, but these errors were encountered: