Author: toad
Date: 2008-07-30 18:49:24 +0000 (Wed, 30 Jul 2008)
New Revision: 21503

Modified:
   branches/db4o/freenet/src/freenet/node/RequestStarter.java
Log:
Restore wait(100*1000)

Modified: branches/db4o/freenet/src/freenet/node/RequestStarter.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/RequestStarter.java  2008-07-30 
18:47:13 UTC (rev 21502)
+++ branches/db4o/freenet/src/freenet/node/RequestStarter.java  2008-07-30 
18:49:24 UTC (rev 21503)
@@ -164,7 +164,7 @@
                                        req = getRequest(logMINOR);
                                        if(req == null) {
                                                try {
-                                                       wait(1*1000); // as 
close to indefinite as I'm comfortable with! Toad
+                                                       wait(100*1000); // as 
close to indefinite as I'm comfortable with! Toad
                                                } catch (InterruptedException 
e) {
                                                        // Ignore
                                                }


Reply via email to