From 72318e770b929c3308f48303e5edd7bacfe52968 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 3 Nov 2006 11:45:34 -0500 Subject: [PATCH] Documented spider_threads --- docs/config.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.html b/docs/config.html index b20d28c..b201b26 100644 --- a/docs/config.html +++ b/docs/config.html @@ -98,6 +98,9 @@ use for logging output. Note: this configuration value is processed
Number of seconds to wait for any given feed
new_feed_items
Number of items to take from new feeds
+
spider_threads
+
The number of threads to use when spidering. When set to 0, the default, + no threads are used and spidering follows the traditional algorithm.