answer for last commit: no

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3126 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 18 years ago
parent d98ba7bc33
commit 6b5f28b746

@ -9,7 +9,7 @@
// $LastChangedBy$
//
// LICENSE
//
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
@ -82,10 +82,9 @@ public final class plasmaWordIndex implements indexRI {
}
public int minMem() {
// return dhtOutCache.minMem() + dhtInCache.minMem() + collections.minMem();
return collections.minMem();
return dhtOutCache.minMem() + dhtInCache.minMem() + collections.minMem();
}
public int maxURLinDHTOutCache() {
return dhtOutCache.maxURLinCache();
}

Loading…
Cancel
Save