Author: dmeyer
Date: Tue Jan  9 17:04:35 2007
New Revision: 2370

Modified:
   trunk/beacon/src/server/crawl.py

Log:
remove test code

Modified: trunk/beacon/src/server/crawl.py
==============================================================================
--- trunk/beacon/src/server/crawl.py    (original)
+++ trunk/beacon/src/server/crawl.py    Tue Jan  9 17:04:35 2007
@@ -106,7 +106,7 @@
         self._inotify = None
         cb = kaa.notifier.WeakCallback(self._inotify_event, INotify.MODIFY)
         cb.set_user_args_first(True)
-        self._bursthandler = utils.BurstHandler(config.crawler.growscan / 10, 
cb)
+        self._bursthandler = utils.BurstHandler(config.crawler.growscan, cb)
         if use_inotify:
             try:
                 self._inotify = INotify()

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to