|
04-28-2004, 09:16 PM | #1 |
Green Mole
Join Date: Apr 2004
Location: home
Posts: 7
|
what do these options mean?
from the config.php file what do these options mean and or do?:
(what is a snippet?) define('SNIPPET_DISPLAY_LENGTH',150); //Max chars displayed in each snippet (what does recurse mean and do?) define('SPIDER_MAX_LIMIT',20); //max recurse levels in spider define('SPIDER_DEFAULT_LIMIT',3); //default value define('RESPIDER_LIMIT',4); //recurse limit for update And it would be cool if there was a guide explaining all of the options and commands in this engine.
__________________
me = love phpdig |
04-29-2004, 04:54 AM | #2 | |
Green Mole
Join Date: Apr 2004
Location: North Wales
Posts: 11
|
Re: what do these options mean?
Quote:
Recursion is "calling itself again" This means that the spider will follow links "recursively" to the depth you set. spider_max and default are these depths to follow. respider limit is the depth to follow when doing an update. HTH Snorkpants |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Options +MultiViews | benpollinger | Troubleshooting | 1 | 09-18-2006 09:38 AM |
How To call spider from command line with debth options? | jburnett | How-to Forum | 1 | 01-12-2005 02:03 PM |
admin options | mikeduff | Mod Requests | 3 | 06-09-2004 04:39 PM |
Crawling Options | jimigisme | How-to Forum | 12 | 09-30-2003 11:09 AM |