transferRanking(): Do not flush more ranking files than requested by caller.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4189 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
hermens 18 years ago
parent d0aa8cf25d
commit 35cf196204

@ -128,7 +128,7 @@ public final class plasmaRankingDistribution {
return false;
}
if (outfiles.length > count) count = outfiles.length;
if (outfiles.length < count) count = outfiles.length;
File crfile = null;
for (int i = 0; i < count; i++) {

Loading…
Cancel
Save