chore: update retainer app version && changes

This commit is contained in:
firest 2023-05-23 15:53:33 +08:00
parent 03c7b84e89
commit a258ef32e5
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_retainer, [
{description, "EMQX Retainer"},
% strict semver, bump manually!
{vsn, "5.0.12"},
{vsn, "5.0.13"},
{modules, []},
{registered, [emqx_retainer_sup]},
{applications, [kernel, stdlib, emqx, emqx_ctl]},

View File

@ -0,0 +1,2 @@
Added a new `deliver_rate` option to the retainer configuration, which can limit the maximum delivery rate per session in the retainer.