chore: changelog for hibernate_after

This commit is contained in:
William Yang 2023-02-14 08:50:22 +01:00
parent d424d77e84
commit 4e6c7bfcbe
3 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{id, "emqx"},
{description, "EMQX Core"},
% strict semver, bump manually!
{vsn, "5.0.17"},
{vsn, "5.0.18"},
{modules, []},
{registered, []},
{applications, [

View File

@ -0,0 +1 @@
New common TLS option 'hibernate_after' to reduce memory footprint per idle connecion, default: 5s.

View File

@ -0,0 +1 @@
新的通用 TLS 选项 'hibernate_after' 以减少空闲连接的内存占用,默认: 5s 。