mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +00:00
Use SSL to submit Telemetry (#381)
* Fix deadlock for too-small heap * Use SSL for submitting telemetry
This commit is contained in:
@@ -91,7 +91,7 @@ use futures::Future;
|
|||||||
use tokio::runtime::Runtime;
|
use tokio::runtime::Runtime;
|
||||||
use service::PruningMode;
|
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)]
|
#[derive(Clone)]
|
||||||
struct SystemConfiguration {
|
struct SystemConfiguration {
|
||||||
|
|||||||
Reference in New Issue
Block a user