Author: kwright
Date: Tue Sep 16 13:42:16 2014
New Revision: 1625278

URL: http://svn.apache.org/r1625278
Log:
Pull up zookeeper.cfg changes from trunk.. Part of CONNECTORS-1031.

Modified:
    manifoldcf/branches/dev_1x/   (props changed)
    
manifoldcf/branches/dev_1x/framework/example-multiprocess-zk-common/zookeeper.cfg

Propchange: manifoldcf/branches/dev_1x/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1625264,1625270

Modified: 
manifoldcf/branches/dev_1x/framework/example-multiprocess-zk-common/zookeeper.cfg
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/example-multiprocess-zk-common/zookeeper.cfg?rev=1625278&r1=1625277&r2=1625278&view=diff
==============================================================================
--- 
manifoldcf/branches/dev_1x/framework/example-multiprocess-zk-common/zookeeper.cfg
 (original)
+++ 
manifoldcf/branches/dev_1x/framework/example-multiprocess-zk-common/zookeeper.cfg
 Tue Sep 16 13:42:16 2014
@@ -13,7 +13,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-tickTime=2000
+tickTime=5000
 dataDir=zookeeper
 clientPort=8349
-maxClientCnxns=300
+maxClientCnxns=1000
+autopurge.snapRetainCount=3
+autopurge.purgeInterval=6
+


Reply via email to