Skip to content

Commit

Permalink
test: default to noise in tests (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun authored Jun 26, 2020
1 parent ecca833 commit 8d9b9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.getMultiaddr = (sockPath, port) => isWindows
: ma(`/unix${path.resolve(os.tmpdir(), sockPath)}`)

exports.DEFAULT_CONFIG = {
secio: true,
noise: false,
secio: false,
noise: true,
dht: false
}

0 comments on commit 8d9b9d2

Please sign in to comment.