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.
Manually Editing NCache Configuration
Important
Make sure the cache is stopped before making any configuration changes.
- Specify retry interval through config.ncconf by specifying the
connection-retry-interval
key in the<cluster-connection-settings>
tag:
<cluster-settings ...>
<cluster-connection-settings connection-retry-interval="2secs" .../>
</cluster-settings>
- Once changes are made, start the cache and restart NCache service.
See Also
Ports
Operation Timeout
Static Replication Interval
Split-Brain Auto Recovery