Author: xor
Date: 2008-11-16 15:57:20 +0000 (Sun, 16 Nov 2008)
New Revision: 23647
Modified:
trunk/plugins/WoT/introduction/IntroductionClient.java
Log:
Wire-in the static variable.
Modified: trunk/plugins/WoT/introduction/IntroductionClient.java
===================================================================
--- trunk/plugins/WoT/introduction/IntroductionClient.java 2008-11-16
15:55:56 UTC (rev 23646)
+++ trunk/plugins/WoT/introduction/IntroductionClient.java 2008-11-16
15:57:20 UTC (rev 23647)
@@ -113,7 +113,7 @@
mThread = Thread.currentThread();
try {
- Thread.sleep((long) (1*60*1000 * (0.5f +
Math.random()))); // Let the node start up
+ Thread.sleep((long) (STARTUP_DELAY * (0.5f +
Math.random()))); // Let the node start up
}
catch (InterruptedException e)
{
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs