Author: kwright
Date: Tue Sep 16 13:10:59 2014
New Revision: 1625270
URL: http://svn.apache.org/r1625270
Log:
Increase default tick count to reduce incidence of hangs
Modified:
manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg
Modified:
manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg?rev=1625270&r1=1625269&r2=1625270&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg
(original)
+++ manifoldcf/trunk/framework/example-multiprocess-zk-common/zookeeper.cfg Tue
Sep 16 13:10:59 2014
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-tickTime=2000
+tickTime=5000
dataDir=zookeeper
clientPort=8349
maxClientCnxns=1000