There was an error while loading. Please reload this page.
1 parent 8504c78 commit c198d53Copy full SHA for c198d53
1 file changed
src/aws-cpp-sdk-core/source/client/RetryStrategy.cpp
@@ -264,6 +264,5 @@ namespace Aws
264
int capacityAmount = error.GetErrorType() == CoreErrors::REQUEST_TIMEOUT ? TIMEOUT_RETRY_COST : RETRY_COST;
265
ReleaseRetryQuota(capacityAmount);
266
}
267
-
268
269
0 commit comments