network: bump bzz stream hive (#1522)

This commit is contained in:
Anton Evangelatov
2019-06-28 10:21:14 +02:00
committed by GitHub
parent 13774a8aee
commit fb75cdce03
3 changed files with 4 additions and 4 deletions

View File

@@ -623,7 +623,7 @@ func (r *Registry) createSpec() {
// Spec is the spec of the streamer protocol
var spec = &protocols.Spec{
Name: "stream",
Version: 9,
Version: 10,
MaxMsgSize: 10 * 1024 * 1024,
Messages: []interface{}{
UnsubscribeMsg{},