rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Make sure default max_connections passed to Cowboy is "infinity" #56

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

Like we already do for all but the WebSockets-based protocols. See #28 for background.

Closes #55.

michaelklishin commented 5 years ago

@essen thanks. Actually my first attempt did not work on an actual running node. Please take another look :) I personally think that Ranch should default to infinity as such defaults are hard to get right in practice. Let the user who has the metrics do it when she figures it's necessary ;)

lukebakken commented 5 years ago

Backported to v3.7.x