Retry Interval specifues the time between two successive connection retries.
Using NCache Manager
-
Click on the cache name in Cache Explorer to open cache settings
-
Go to the Cluster Settings tab.
-
Change the Retry Interval (sec.) as required.
Through config.ncconf
Connection retries can also be configured in config.ncconf file as follows.
<ncache-server port="9800" connection-retries="60" retry-interval="1"/>
See Also