Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 640 Bytes

EmqThrottlePlugin

Throttling messages for the EMQ Broker.

Installation

The package can be installed by adding emq_throttle_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:emq_throttle_plugin, git: "git://github.com/topfreegames/emq_throttle_plugin.git"}
  ]
end

Plug the plugin

To add the plugin on emqtt, clone emq-relx project and add:

Then run rm -rf _rel deps rel && make