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

Avoid request 'stitching' when span-reqs is not specified #143

Merged
merged 1 commit into from Nov 26, 2019
Merged

Commits on Nov 25, 2019

  1. Avoid request 'stitching' when span-reqs is not specified

    Until now, the default 'span-reqs' configuration stitched up to 5
    requests together if last-prim-kvs implied it was necessary. This caused
    confusion because it's not getting all results but it's also not
    limited to just one page. The limit parameter also then became
    confusing, because the number of items returned by a request would be
    somewhere between '5' and '5 x limit'.
    
    After this commit the various 'get items' functions will return only one
    page by default and if subsequent pages are needed then span-reqs must
    be used.
    
    Closes #74
    joelittlejohn committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9b4cb80 View commit details
    Browse the repository at this point in the history