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

Loading…
Cancel
Save