Author: j16sdiz
Date: 2009-01-06 15:43:48 +0000 (Tue, 06 Jan 2009)
New Revision: 24925

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
wait 30 second after startup

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2009-01-06 15:43:21 UTC (rev 
24924)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2009-01-06 15:43:48 UTC (rev 
24925)
@@ -341,6 +341,11 @@
                }
 
                public void run() {
+                       try {
+                               Thread.sleep(30000);
+                       } catch (InterruptedException e) {
+                               // ignore
+                       }
                        startSomeRequests();
                }
        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to