Author: j16sdiz
Date: 2008-12-18 09:12:23 +0000 (Thu, 18 Dec 2008)
New Revision: 24518

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
commit without sync

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-18 08:45:44 UTC (rev 
24517)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-18 09:12:23 UTC (rev 
24518)
@@ -438,8 +438,8 @@
                                runningFetch.remove(page);
                                page.lastChange = System.currentTimeMillis();
                                db.store(page);
-                               db.commit();
                        }
+                       db.commit();
                        startSomeRequests();
                }
        }

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

Reply via email to