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: store_retry_count shouldn't be set implicitly #452

Merged

Commits on Feb 23, 2020

  1. FIX: store_retry_count shouldn't be set implicitly

    It's wired that store commands would be auto-retry implicitly while the default value of store_retry_count was 2, as well as the timeout, would be 3 times in those store commands which may confuse users. IMHO, the retry should be set explicitly instead of implicitly.
    git-hulk committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    5921cda View commit details
    Browse the repository at this point in the history