1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 03:43:00 +00:00

updated resubscribing

This commit is contained in:
Jan Korf
2018-11-22 13:18:39 +01:00
parent 5c63941f32
commit 2478e4c7c7
3 changed files with 5 additions and 3 deletions
@@ -57,6 +57,6 @@ namespace CryptoExchange.Net.Objects
/// <summary>
/// Time to wait between reconnect attempts
/// </summary>
public TimeSpan ReconnectInterval { get; set; } = TimeSpan.FromSeconds(2);
public TimeSpan ReconnectInterval { get; set; } = TimeSpan.FromSeconds(5);
}
}