@@ -3,7 +3,7 @@
{id, "emqx"},
{description, "EMQX Core"},
% strict semver, bump manually!
- {vsn, "5.0.17"},
+ {vsn, "5.0.18"},
{modules, []},
{registered, []},
{applications, [
@@ -0,0 +1 @@
+New common TLS option 'hibernate_after' to reduce memory footprint per idle connecion, default: 5s.
+新的通用 TLS 选项 'hibernate_after', 以减少空闲连接的内存占用,默认: 5s 。