Comparing version 4.1.5 to 4.1.6
@@ -77,2 +77,4 @@ var raf = require('random-access-file') | ||
}) | ||
this.setMaxListeners(Infinity) | ||
} | ||
@@ -79,0 +81,0 @@ |
@@ -41,3 +41,4 @@ var protocol = require('hypercore-protocol') | ||
client: MULTIFEED, | ||
version: PROTOCOL_VERSION | ||
version: PROTOCOL_VERSION, | ||
timeout: 15000 | ||
})), | ||
@@ -44,0 +45,0 @@ // Extend hypercore-protocol for the main stream with multifeed events |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/multifeed.git" |
40816
1106