summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbiter <mc@yacy.net>2013-06-29 20:28:14 +0200
committerorbiter <mc@yacy.net>2013-06-29 20:28:14 +0200
commit7c6ccc426cb5d2de7832f3d0eda4e93e89891bd1 (patch)
tree30c83db8155e17c7982e912e7d2713010d3158d4
parent5de4267a9d1ddca420884b38ba417411114ddd24 (diff)
set crawlingQ to true by default because most webpages are dynamic and
crawlingQ should only be switched off in case of crawler traps
-rw-r--r--defaults/yacy.init2
1 files changed, 1 insertions, 1 deletions
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