From 6b5f28b746787e30828aea7ec03968937bb7b816 Mon Sep 17 00:00:00 2001 From: borg-0300 Date: Fri, 22 Dec 2006 19:26:01 +0000 Subject: [PATCH] answer for last commit: no git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3126 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaWordIndex.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/de/anomic/plasma/plasmaWordIndex.java b/source/de/anomic/plasma/plasmaWordIndex.java index 73ea480f7..94a0437c5 100644 --- a/source/de/anomic/plasma/plasmaWordIndex.java +++ b/source/de/anomic/plasma/plasmaWordIndex.java @@ -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(); }