mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 18:42:55 +02:00
Merge pull request #10297 from ZappoMan/retrySkeletonURL
format and spelling changes
This commit is contained in:
commit
6ecbaff56e
2 changed files with 14 additions and 14 deletions
|
@ -747,7 +747,7 @@ bool Resource::handleFailedRequest(ResourceRequest::Result result) {
|
||||||
_attempts++;
|
_attempts++;
|
||||||
_attemptsRemaining--;
|
_attemptsRemaining--;
|
||||||
|
|
||||||
qCDebug(networking) << "Retriable error while loading" << _url << "attempt:" << _attempts << "attemptsRemaining:" << _attemptsRemaining;
|
qCDebug(networking) << "Retryable error while loading" << _url << "attempt:" << _attempts << "attemptsRemaining:" << _attemptsRemaining;
|
||||||
|
|
||||||
// retry with increasing delays
|
// retry with increasing delays
|
||||||
const int BASE_DELAY_MS = 1000;
|
const int BASE_DELAY_MS = 1000;
|
||||||
|
|
Loading…
Reference in a new issue