chore: changelog for hibernate_after
This commit is contained in:
parent
d424d77e84
commit
4e6c7bfcbe
|
@ -3,7 +3,7 @@
|
||||||
{id, "emqx"},
|
{id, "emqx"},
|
||||||
{description, "EMQX Core"},
|
{description, "EMQX Core"},
|
||||||
% strict semver, bump manually!
|
% strict semver, bump manually!
|
||||||
{vsn, "5.0.17"},
|
{vsn, "5.0.18"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
New common TLS option 'hibernate_after' to reduce memory footprint per idle connecion, default: 5s.
|
|
@ -0,0 +1 @@
|
||||||
|
新的通用 TLS 选项 'hibernate_after', 以减少空闲连接的内存占用,默认: 5s 。
|
Loading…
Reference in New Issue