NCache 4.4 - Online Documentation

Retry Interval

 
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.
 
 
  • Right click the cache in Cache Explorer and select Apply Configuration option.
 
 
 
 
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