API reference
Property MaxReconnectAttempts
- Namespace
- DisCatSharp.Lavalink.Bridge
- Assembly
- DisCatSharp.Lavalink.dll
MaxReconnectAttempts
Maximum number of reconnection attempts before giving up.
Set to -1 for unlimited retries. Defaults to 10.
public int MaxReconnectAttempts { get; set; }