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
pull/1/head
orbiter 20 years ago
parent 19dbed7cc8
commit c47736a158

@ -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")) {

Loading…
Cancel
Save