From df87e4dbf64805d9069c193f56afbffb6817ec21 Mon Sep 17 00:00:00 2001 From: lulabad Date: Sat, 28 Mar 2009 20:49:58 +0000 Subject: [PATCH] missing count of send Index and URLs git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5747 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/yacy/dht/Transmission.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/de/anomic/yacy/dht/Transmission.java b/source/de/anomic/yacy/dht/Transmission.java index c12e87f41..5b1be66b0 100644 --- a/source/de/anomic/yacy/dht/Transmission.java +++ b/source/de/anomic/yacy/dht/Transmission.java @@ -210,7 +210,8 @@ public class Transmission { " in " + (transferTime / 1000) + " seconds successful (" + (1000 * this.containers.size() / (transferTime + 1)) + " words/s)"); - + seeds.mySeed().incSI(this.containers.size()); + seeds.mySeed().incSU(this.references.size()); // if the peer has set a pause time and we are in flush mode (index transfer) // then we pause for a while now log.logInfo("Transfer finished of chunk to target " + target.hash + "/" + target.getName());