Skip to content

Commit

Permalink
Merge pull request #53 from Annopaolo/remove_max_message_rate_from_au…
Browse files Browse the repository at this point in the history
…th_on_register

Remove `max_message_rate` from `auth_on_register` return tuple
  • Loading branch information
bettio authored Nov 11, 2021
2 parents 9e25aa8 + c3c6560 commit d33309f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1] - Unreleased
### Fixed
- Do not override VerneMQ config `max_message_rate` value.

## [1.0.0] - 2021-06-30
### Changed
- Log plugin version when the application is starting.
Expand Down
1 change: 0 additions & 1 deletion lib/astarte_vmq_plugin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ defmodule Astarte.VMQ.Plugin do
[
subscriber_id: subscriber_id,
max_inflight_messages: 100,
max_message_rate: 10000,
max_message_size: 65535,
retry_interval: 20000,
upgrade_qos: false
Expand Down

0 comments on commit d33309f

Please sign in to comment.