Statistic Replication Interval
This option is available for Clustered Cache only. Statistics replication interval is the time interval in seconds after which a node sends its statistics to all other nodes in a cluster.
Using NCache Manager
Click on the cache name in Cache Explorer to open cache settings.
Go to the Cluster Settings tab.
Set the Statistic replication interval (sec.) as per your requirement.
- Right click the cache in Cache Explorer and select Apply Configuration option.
Through config.ncconf
You can specify the statistics replication interval through config.ncconf as follows.
<cluster topology="partition-replica" op-timeout="120sec" stats-repl-interval="60sec" use-heart-beat="False">
</cluster>