|
@@ -13,7 +13,7 @@ namespace Vbdsm.SocketClients
|
|
|
private Dictionary<string, AsyncTcpSession> Clients { get; }
|
|
private Dictionary<string, AsyncTcpSession> Clients { get; }
|
|
|
|
|
|
|
|
private int MaxErrorCount { get; }
|
|
private int MaxErrorCount { get; }
|
|
|
- private int MinuteInterval => 15;
|
|
|
|
|
|
|
+ private int MinuteInterval => 5;
|
|
|
private long LastRequestTime { get; set; }
|
|
private long LastRequestTime { get; set; }
|
|
|
private int ErrorCount { get; set; }
|
|
private int ErrorCount { get; set; }
|
|
|
|
|
|