Author: j16sdiz
Date: 2008-12-17 07:17:22 +0000 (Wed, 17 Dec 2008)
New Revision: 24419

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
more time

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-17 06:52:18 UTC (rev 
24418)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-17 07:17:22 UTC (rev 
24419)
@@ -1359,7 +1359,8 @@
                        public int getPriority() {
                                return NativeThread.LOW_PRIORITY;
                        }
-               }, 60000); // wait 1 minute for cool down
+               }, 3 * 60 * 1000); // wait 3 minute for cool down
+                                  // FIXME why it take that long?
                writeIndexScheduled = true;
        }
 

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

Reply via email to