Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Mar 16, 2018
1 parent 750f938 commit 89d0d6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
11 changes: 0 additions & 11 deletions examples/circuit-relaying/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,6 @@ main {
margin-bottom: 1em;
}

/* #peers i {
display: none;
margin-top: 5px;
margin-bottom: 5px;
font-size: 14px;
}
#peers.waiting i {
display: block;
} */

.errors {
grid-area: errors;
color: red;
Expand Down
2 changes: 1 addition & 1 deletion examples/circuit-relaying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"ipfs": "file:../../",
"ipfs-pubsub-room": "^0.3.0"
"ipfs-pubsub-room": "~0.3.0"
},
"devDependencies": {
"aegir": "^13.0.5",
Expand Down
6 changes: 3 additions & 3 deletions examples/circuit-relaying/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const repo = () => {
const ipfs = new IPFS({
repo: repo(),
EXPERIMENTAL: {
pubsub: true,
pubsub: true, // enable pubsub
relay: {
enabled: true,
enabled: true, // enable relay dialer/listener (STOP)
hop: {
enabled: true
enabled: true // make this node a relay (HOP)
}
}
},
Expand Down

0 comments on commit 89d0d6b

Please sign in to comment.