configuration of number of output lines in IndexMonitor

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@402 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2005-07-12 15:55:25 +00:00
parent 19dbed7cc8
commit c47736a158

View File

@ -94,6 +94,11 @@ public class IndexMonitor {
}
}
// custom number of lines
if (post.containsKey("count")) {
showIndexedCount = Integer.parseInt((String) post.get("count", "40"));
}
// do the commands
if (post.containsKey("clearlist")) switchboard.urlPool.loadedURL.clearStack(process);
if (post.containsKey("deleteentry")) {