Author: cutting
Date: Tue Aug  2 09:06:58 2005
New Revision: 227031

URL: http://svn.apache.org/viewcvs?rev=227031&view=rev
Log:
Increase default timeout.

Modified:
    lucene/nutch/branches/mapred/conf/nutch-default.xml

Modified: lucene/nutch/branches/mapred/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/conf/nutch-default.xml?rev=227031&r1=227030&r2=227031&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/mapred/conf/nutch-default.xml Tue Aug  2 09:06:58 2005
@@ -603,8 +603,8 @@
 
 <property>
   <name>ipc.client.timeout</name>
-  <value>10000</value>
-  <description>Defines the timeout for IPC calls in milliseconds. 
</description>
+  <value>60000</value>
+  <description>Defines the timeout for IPC calls in milliseconds.</description>
 </property>
 
 <!-- plugin properties -->


Reply via email to