Alachisoft NCache 4.1 - 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.
 
NCache Manager:
 
You can specify the operation timeout on the "Cluster Settings" Tab in NCache Manager.
 
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
 
Copyright © 2005-2012 Alachisoft. All rights reserved.