Hi , I am using xemcached 1.3.8 with repcached replication on it . Inside my code i have set setEnableHeartBeat(false); to false and also i am passing , environment variable through script -Dxmemcached.heartbeat.max.fail.times=2
But still in case if one server is down in cluster , it is continuously trying to connect to that server . please let me know how can i make this try to reconnect only for 2 times .
