docs: adjust descriptions

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2022-08-03 09:37:27 -03:00
parent 19e101445c
commit 7f932d64be
1 changed files with 3 additions and 3 deletions

View File

@ -1844,11 +1844,11 @@ Maximum time duration allowed for the handshake to complete
server_ssl_opts_schema_gc_after_handshake { server_ssl_opts_schema_gc_after_handshake {
desc { desc {
en: """ en: """
Performance tuning. If enabled, will immediately perform a GC after Memory usage tuning. If enabled, will immediately perform a garbage collection after
the TLS/SSL handshake is established. the TLS/SSL handshake.
""" """
zh: """ zh: """
性能调整。 如果启用将在TLS/SSL握手建立后立即执行GC 内存使用调优。如果启用将在TLS/SSL握手完成后立即执行垃圾回收
TLS/SSL握手建立后立即进行GC。 TLS/SSL握手建立后立即进行GC。
""" """
} }