Use SSL to submit Telemetry (#381)

* Fix deadlock for too-small heap

* Use SSL for submitting telemetry
This commit is contained in:
Maciej Hirsz
2018-07-19 15:08:23 +02:00
committed by Gav Wood
parent 0dfe40e742
commit be55eb8db6
+1 -1
View File
@@ -91,7 +91,7 @@ use futures::Future;
use tokio::runtime::Runtime;
use service::PruningMode;
const DEFAULT_TELEMETRY_URL: &str = "ws://telemetry.polkadot.io:1024";
const DEFAULT_TELEMETRY_URL: &str = "wss://telemetry.polkadot.io/submit/";
#[derive(Clone)]
struct SystemConfiguration {