r26579 - trunk/freenet/src/freenet/client/async

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: toad
Date: 2009-04-06 22:58:01 +0000 (Mon, 06 Apr 2009)
New Revision: 26579

Modified:
   trunk/freenet/src/freenet/client/async/ManifestElement.java
Log:
Wrong activation depth


Modified: trunk/freenet/src/freenet/client/async/ManifestElement.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ManifestElement.java	2009-04-06 22:34:07 UTC (rev 26578)
+++ trunk/freenet/src/freenet/client/async/ManifestElement.java	2009-04-06 22:58:01 UTC (rev 26579)
@@ -116,7 +116,7 @@
 	public void removeFrom(ObjectContainer container) {
 		container.activate(data, 1);
 		data.removeFrom(container);
-		container.activate(targetURI, 1);
+		container.activate(targetURI, 5);
 		targetURI.removeFrom(container);
 		container.delete(this);
 	}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.