mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-08 08:26:20 +00:00
Update RateLimiterPerEndpoint.cs
This commit is contained in:
parent
d3cb358328
commit
ad4c6e6a20
@ -30,7 +30,7 @@ namespace CryptoExchange.Net.RateLimiter
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public CallResult<double> LimitRequest(RestClient client, string url, RateLimitingBehaviour limitingBehaviour)
|
||||
public CallResult<double> LimitRequest(RestClient client, string url, RateLimitingBehaviour limitingBehaviour, int credits = 1)
|
||||
{
|
||||
int waitTime;
|
||||
RateLimitObject rlo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user