fixed directDocByURL (has now effect if switched off)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8022 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 13 years ago
parent 85d6bf4ac4
commit 42425c8003

@ -187,7 +187,7 @@ public class Crawler_p {
env.setConfig("crawlingDepth", Integer.toString(newcrawlingdepth));
if ((crawlOrder) && (newcrawlingdepth > 8)) newcrawlingdepth = 8;
final boolean directDocByURL = "on".equals(post.get("directDocByURL", "on"));
final boolean directDocByURL = "on".equals(post.get("directDocByURL", "off"));
env.setConfig("crawlingDirectDocByURL", directDocByURL);
// recrawl

Loading…
Cancel
Save