Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
2a011940
Commit
2a011940
authored
Jun 22, 2018
by
Gav Wood
Committed by
GitHub
Jun 22, 2018
Browse files
Fix telemetry (#231)
* Fix telemetry * Correct default telemetry * Extra logging
parent
ff960d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
cli/src/lib.rs
View file @
2a011940
...
...
@@ -84,7 +84,7 @@ use futures::sync::mpsc;
use
futures
::{
Sink
,
Future
,
Stream
};
use
tokio_core
::
reactor
;
const
DEFAULT_TELEMETRY_URL
:
&
str
=
"ws
s
://telemetry.polkadot.io:
443
"
;
const
DEFAULT_TELEMETRY_URL
:
&
str
=
"ws://telemetry.polkadot.io:
1024
"
;
#[derive(Clone)]
struct
SystemConfiguration
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment