Merge v10/dev into infrastructure
This commit is contained in:
@@ -59,9 +59,6 @@ namespace Umbraco.Cms.Infrastructure.HostedServices
|
||||
// Send data to LIVE telemetry
|
||||
s_httpClient.BaseAddress = new Uri("https://telemetry.umbraco.com/");
|
||||
|
||||
// Set a low timeout - no need to use a larger default timeout for this POST request
|
||||
s_httpClient.Timeout = new TimeSpan(0, 0, 1);
|
||||
|
||||
#if DEBUG
|
||||
// Send data to DEBUG telemetry service
|
||||
s_httpClient.BaseAddress = new Uri("https://telemetry.rainbowsrock.net/");
|
||||
|
||||
Reference in New Issue
Block a user