Author: tejasp
Date: Fri May 3 19:27:06 2013
New Revision: 1478938
URL: http://svn.apache.org/r1478938
Log:
NUTCH-1514 Phase out the deprecated configuration properties (if possible)
Modified:
nutch/branches/2.x/conf/nutch-default.xml
Modified: nutch/branches/2.x/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/nutch-default.xml?rev=1478938&r1=1478937&r2=1478938&view=diff
==============================================================================
--- nutch/branches/2.x/conf/nutch-default.xml (original)
+++ nutch/branches/2.x/conf/nutch-default.xml Fri May 3 19:27:06 2013
@@ -318,13 +318,6 @@
<!-- web db properties -->
<property>
- <name>db.default.fetch.interval</name>
- <value>30</value>
- <description>(DEPRECATED) The default number of days between re-fetches of a
page.
- </description>
-</property>
-
-<property>
<name>db.fetch.interval.default</name>
<value>2592000</value>
<description>The default number of seconds between re-fetches of a page (30
days).