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

Update HttpCache.php #1

Merged
merged 1 commit into from Nov 10, 2017
Merged

Update HttpCache.php #1

merged 1 commit into from Nov 10, 2017

Commits on Nov 10, 2017

  1. Update HttpCache.php

    simplification...
    I guess the original Author was trying to pursue something like a martingale (doubling) strategy (or in this case the increment over a constant factor) but well ... he did not. Instead a constant wait time was introduced, which means the wait is simply executed a 100 times over (in the worst case). And so I do not see a need for "5000000" and "+= 50000" to remain here.
    reenigneEsrever92 committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    1733b78 View commit details
    Browse the repository at this point in the history