Property MaximumRatelimitRetries
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
MaximumRatelimitRetries
Specifies the maximum amount of retries to attempt when ratelimited. Retries will still try to respect the ratelimit.
public int MaximumRatelimitRetries { get; set; }
Property Value
Remarks
Setting this value to 0 disables retrying, including on pre-emptive ratelimits. Defaults to MaxValue.