Merge pull request #9875 from wiyh12nf89x/Issue#9864_WebDAV_timeout_fix_maxDelay

Fix #9864: Decrease $maxDelay in Throttler.php
This commit is contained in:
Morris Jobke 2018-06-15 07:34:28 +02:00 committed by GitHub
commit a0496b2a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class Throttler {
return 0;
}
$maxDelay = 30;
$maxDelay = 25;
$firstDelay = 0.1;
if ($attempts > (8 * PHP_INT_SIZE - 1)) {
// Don't ever overflow. Just assume the maxDelay time:s