Improve docs

This commit is contained in:
Dayang Shen 2024-01-30 23:23:30 +08:00
parent a4e30941ff
commit ed0d4f23b7

View file

@ -706,7 +706,7 @@ _References:_
Sets the size of cache that stores parsed SSL certificate objects. Sets the size of cache that stores parsed SSL certificate objects.
The cache helps reduce memory consumption of SSL context per connection. Increase the value if you have huge amount of certificates. The cache avoids duplicate copies of parsed SSL certificate objects among connections. It can help reduce memory consumption of SSL context per connection. Recommend a value larger than the number of certificates in use.
_**default:**_ is 1000. _**default:**_ is 1000.