diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-07-24 11:54:04 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-07-24 11:54:04 +0000 |
| commit | c6c97f23ad8b032dc8cfc841f9bce00a3ca5dc02 (patch) | |
| tree | e4705b3a1ffe95e6e620d63fd42bb020325f35e5 /htroot/js/IndexCreate.js | |
| parent | c4ae2cd03fa8638a5fdc54a6d97907c6960fafc6 (diff) | |
- added cache usage properties to crawl start
- added special rule to balancer to omit forced delays if cache is used exclusively
- extended the htCache size by default to 32GB
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6241 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/js/IndexCreate.js')
| -rw-r--r-- | htroot/js/IndexCreate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/js/IndexCreate.js b/htroot/js/IndexCreate.js index dcb88ab98..421adcd97 100644 --- a/htroot/js/IndexCreate.js +++ b/htroot/js/IndexCreate.js @@ -14,7 +14,7 @@ function handleResponse(){ // document.getElementById("title").innerHTML=doctitle; document.WatchCrawler.bookmarkTitle.value=doctitle - // deterime if crawling is allowed by the robots.txt + // determine if crawling is allowed by the robots.txt docrobotsOK=""; if(response.getElementsByTagName("robots")[0].firstChild!=null){ docrobotsOK=response.getElementsByTagName("robots")[0].firstChild.nodeValue; |
