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

fix(datastore): increase deferred key iter limit #2878

Merged
merged 3 commits into from Sep 17, 2020

Commits on Sep 17, 2020

  1. fix(datastore): increase deferred key iter limit

    A customer was hitting the upper bound for iteration through
    deferred keys, and the logic underlying the 100 iteration limit
    was flawed. Based on internal discussions and what's happening
    in other clients, it's fine to increase this value.
    tritone committed Sep 17, 2020
    Copy the full SHA
    ac72c70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ecccf3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1df3d5 View commit details
    Browse the repository at this point in the history