There was an error while loading. Please reload this page.
1 parent a8ced33 commit d960d2aCopy full SHA for d960d2a
1 file changed
src/aws-cpp-sdk-core/source/client/RetryStrategy.cpp
@@ -159,6 +159,5 @@ namespace Aws
159
int capacityAmount = error.GetErrorType() == CoreErrors::REQUEST_TIMEOUT ? TIMEOUT_RETRY_COST : RETRY_COST;
160
ReleaseRetryQuota(capacityAmount);
161
}
162
-
163
164
0 commit comments