Author: toad
Date: 2008-06-16 17:14:43 +0000 (Mon, 16 Jun 2008)
New Revision: 20375
Modified:
branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
Log:
Can happily ignore this now we have the database
Modified: branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
2008-06-16 17:13:55 UTC (rev 20374)
+++ branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
2008-06-16 17:14:43 UTC (rev 20375)
@@ -285,10 +285,7 @@
public abstract boolean isTotalFinalized();
public void onMajorProgress(FCPServer server) {
- if(persistenceType != ClientRequest.PERSIST_CONNECTION) {
- if(client != null)
- server.forceStorePersistentRequests();
- }
+ // Ignore
}
/** Start the request, if it has not already been started. */