Skip to content

Commit

Permalink
Change queue size for all subscribers
Browse files Browse the repository at this point in the history
  • Loading branch information
bogh committed Mar 14, 2017
1 parent b2acb27 commit d13a4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/connector/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (sd *SubscriberData) newRoute() *router.Route {
return router.NewRoute(router.RouteConfig{
Path: sd.Topic,
RouteParams: sd.Params,
QueueSize: -1,
FetchRequest: fr,
})
}
Expand Down

0 comments on commit d13a4e6

Please sign in to comment.