From 3f1ebc097e26dd8c75fc879807f6cb993b37536c Mon Sep 17 00:00:00 2001
From: hermens
Date: Mon, 12 Jun 2006 12:14:11 +0000
Subject: [PATCH] Limit the size of the DNS cache to 5000 and the age of the
entries to one day.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2199 6c8d7289-2bf4-0310-a012-ef5d649a1542
---
htroot/PerformanceMemory_p.html | 18 +++++++++
htroot/PerformanceMemory_p.java | 7 ++++
source/de/anomic/http/httpc.java | 65 ++++++++++++++++++++++++++++++--
3 files changed, 87 insertions(+), 3 deletions(-)
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index 2390c642d..f0ef1111f 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -395,6 +395,24 @@ Increasing this cache may speed up crawling, but not much space is needed, so th
-->
+
+Other caching structures:
+
+
+
+DNSCache |
+#[namecache.hit]# |
+
+
+DNSNoCache |
+#[namecache.noCache]# |
+
+
+
+
#%env/templates/footer.template%#