QPM increment

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3309 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 306c50ac40
commit 4f6eed5623

@ -238,6 +238,7 @@ public final class search {
//yacyCore.log.logFine("DEBUG HASH SEARCH: " + indexabstract); //yacyCore.log.logFine("DEBUG HASH SEARCH: " + indexabstract);
} }
} }
sb.requestedQueries = sb.requestedQueries + 1d / 30d; // increase query counter TODO: put number of remote peers into protocol
} }
prop.putASIS("indexabstract", indexabstract.toString()); prop.putASIS("indexabstract", indexabstract.toString());

Loading…
Cancel
Save