added comment for device cache capacity configuration

This commit is contained in:
sameera910409 2017-09-18 21:57:45 +05:30
parent 0a5a66b8b6
commit ba4ac73a9e

View File

@ -77,6 +77,9 @@
<DeviceCacheConfiguration>
<Enable>true</Enable>
<ExpiryTime>600</ExpiryTime>
<!--This configuration specifies the number of cache entries in device cache. default capacity is 10000 entries.
This can be configured to higher number if cache eviction happens due to large number of devices in the
server environment-->
<Capacity>10000</Capacity>
</DeviceCacheConfiguration>
<CertificateCacheConfiguration>