NCache 4.4 - Online Documentation

Operation Timeout

 
Operation Timeout is the maximum time in seconds during which a clustered operation must be completed, otherwise the operation will fail. Default Timeout value is 60 seconds and can not be less than that. To specify Timeout for a Clustered Cache operation, do one of the following two.
 
Using NCache Manager
 
  • Click on the cache name in Cache Explorer to open cache settings
  • Go to the Cluster Settings tab.
  • Change the Operation timeout (sec.).
 
 
  • Right click the cache in Cache Explorer and select Apply Configuration option.
 
 
 
Through Config.ncconf:
 
You can specify the operation timeout through Config.ncconf as follows.
 
<cluster topology="partition-replica" op-timeout="120sec" stats-repl-interval="60sec" use-heart-beat="False">
</cluster>
 
See Also