Server Connectivity
Important
In case you want to update any cache settings please refer to the Update Cache Config section to follow the set of steps.
Configure Server Connectivity
In case if any send operation takes long time on socket creating a deadlock, this socket can be reset using bad client detection property with a combination of client socket send time out property. Default value id false, the behavior is turned off.
<add key="NCacheServer.EnableBadClientDetection" value="false"/>
ClientSocketSendTimeOut
is the interval after which socket is reset in case of deadlock. Default value is 10 sec. ClientSocketSendTimeOut cannot be less than one.
<add key="NCacheServer.ClientSocketSendTimeOut" value="10"/>