You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/07/01 23:29:38 UTC

svn commit: r208799 - /lucene/nutch/branches/mapred/conf/nutch-default.xml

Author: cutting
Date: Fri Jul  1 14:29:38 2005
New Revision: 208799

URL: http://svn.apache.org/viewcvs?rev=208799&view=rev
Log:
Fix what must be a typo.

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=208799&r1=208798&r2=208799&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/mapred/conf/nutch-default.xml Fri Jul  1 14:29:38 2005
@@ -298,7 +298,7 @@
 
 <property>
   <name>io.sort.factor</name>
-  <value>100</value>
+  <value>10</value>
   <description>The number of streams to merge at once while sorting
   files.  This determines the number of open file handles.</description>
 </property>