Skip to content

Commit c5c7a42

Browse files
committed
Fixed library incorrectly rate limiting across all sellers.
1 parent e84ee4d commit c5c7a42

File tree

2 files changed

+169
-166
lines changed

2 files changed

+169
-166
lines changed

Source/FikaAmazonAPI/AmazonCredential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void SetAWSAuthenticationTokenData(AWSAuthenticationTokenData tokenData)
5252
{
5353
CacheTokenData.SetAWSAuthenticationTokenData(tokenData);
5454
}
55-
internal Dictionary<RateLimitType, RateLimits> UsagePlansTimings { get; set; } = RateLimitsDefinitions.RateLimitsTime;
55+
internal Dictionary<RateLimitType, RateLimits> UsagePlansTimings { get; set; } = RateLimitsDefinitions.RateLimitsTime();
5656

5757
}
5858
}

0 commit comments

Comments
 (0)