removed unnecessary recording function that caused also a performance problem after serving too much files

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7512 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent af87af0d4c
commit d28f8040e0

@ -70,7 +70,6 @@ pkcs12ImportPwd =
# if the used missed configuration steps that should be done, then a help system
# is possible which leads the used based on the list of servlets that had been used
# the list distinguishes called and submitted servlets
server.servlets.called =
server.servlets.submitted =
# server tracking: maximum time a track entry is hold in the internal cache

@ -516,7 +516,6 @@ public final class HTTPDFileHandler {
// track all files that had been accessed so far
if (targetFile != null && targetFile.exists()) {
sb.setConfig("server.servlets.called", appendPath(sb.getConfig("server.servlets.called", ""), path));
if (args != null && args.size() > 0) sb.setConfig("server.servlets.submitted", appendPath(sb.getConfig("server.servlets.submitted", ""), path));
}

Loading…
Cancel
Save