-
I have a search feature on my website that uses Infinite Scroll for pagination. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
No, the limit is limited to As you can see in the storybook, this example has 64 hits per page and goes up to page 16, as the default value of paginationLimitedTo is 1000 https://instantsearchjs.netlify.app/stories/js/?path=/story/results-infinitehits--default Do you have a reproduction of this behaviour? |
Beta Was this translation helpful? Give feedback.
seems like it's limited to 5MiB (https://developer.mozilla.org/en-US/docs/Web/API/Storage_API/Storage_quotas_and_eviction_criteria#). Maybe with large objects you're hitting that quicker than others (I haven't seen any other reports of this). What you could do as solution is make a custom cache that uses indexedDb and keep track of session expiry manually as well