mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
test: use store for personal, shares and created spaces
This commit is contained in:
@@ -186,7 +186,7 @@ class SettingsContext implements Context {
|
||||
$decodedBody = \json_decode($rawBody, true, 512, JSON_THROW_ON_ERROR);
|
||||
$tryAgain = false;
|
||||
} catch (Exception $e) {
|
||||
$tryAgain = $retried < HttpRequestHelper::numRetriesOnHttpTooEarly();
|
||||
$tryAgain = $retried < HttpRequestHelper::maxHTTPRequestRetries();
|
||||
|
||||
if (!$tryAgain) {
|
||||
throw $e;
|
||||
|
||||
Reference in New Issue
Block a user