From 7c6ccc426cb5d2de7832f3d0eda4e93e89891bd1 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sat, 29 Jun 2013 20:28:14 +0200 Subject: [PATCH] set crawlingQ to true by default because most webpages are dynamic and crawlingQ should only be switched off in case of crawler traps --- defaults/yacy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index a6a2a1024..c20767fc3 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -536,7 +536,7 @@ indexMedia=true # Filter for crawling; may be used to restrict a crawl to a specific domain # URLs are only indexed and further crawled if they match this filter crawlingFilter=.* -crawlingQ=false +crawlingQ=true storeHTCache=true storeTXCache=true