Add adjustable reconnects and settings revisions
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
{
|
||||
public class SettingsModel
|
||||
{
|
||||
public uint Revision { get; set; }
|
||||
public decimal Timeout { get; set; }
|
||||
public decimal ReconnectAttempts { get; set; }
|
||||
public decimal ReconnectAttemptDelay { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user