Retry Interval
Retry Interval specifies the time between two successive connection retries. Retry interval can be changed in following ways:
Using NCache Manager
Click the cache name in Cache Explorer to open cache settings.
Go to Cluster Settings tab.
Change the Retry Interval (sec.) as required.
Right click on the cache name in Cache Explorer and select Apply Configuration option.
Through config.ncconf
Retry Interval can also be configured in config.ncconf as follows:
<ncache-server port="9800" connection-retries="60" retry-interval="1"/>