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

Rename outstandingRequests to availableQueueSpace #375

Merged
merged 1 commit into from
Aug 20, 2018

Commits on Aug 20, 2018

  1. Rename outstandingRquests to availableQueueSpace

    outstandingRequests was actually representing the available space in
    the RxJava queue.  This renames it to better match reality.
    
    Also changed to only make the request if there is available queue
    space.  We now decrement availableQueueSpace ahead of determine
    whether to request another item.
    pfifer committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    1ba010c View commit details
    Browse the repository at this point in the history