Improve docs
This commit is contained in:
parent
a4e30941ff
commit
ed0d4f23b7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue