1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-14 01:42:55 +00:00

Merge branch 'master' into pr/4

This commit is contained in:
Artem Kurianov
2020-08-17 11:43:12 +03:00
committed by GitHub
7 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ namespace CryptoExchange.Net.Objects
/// The time the server has to respond to a request before timing out
/// </summary>
public TimeSpan RequestTimeout { get; set; } = TimeSpan.FromSeconds(30);
public bool IsRequestsTracingEnabled { get; set; } = false;
/// <summary>
/// ctor
/// </summary>