Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes you get different numbers of stories #46

Open
maxharlow opened this issue Nov 6, 2018 · 0 comments
Open

Sometimes you get different numbers of stories #46

maxharlow opened this issue Nov 6, 2018 · 0 comments

Comments

@maxharlow
Copy link

I believe (though not completely sure) that this is because it has it's own builtin LRU cache, which caches using the UUID as a key. However, there's a limit parameter -- if the UUID is initially called with a limit of 4, say, subsequent requests will go to the cache, regardless of the specified limit.

If I'm right one solution would be to use a key that includes the UUID and the limit number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant