? boost-567748.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.140
diff -u -p -r1.3.2.2.2.5.2.140 boost.module
--- boost.module	12 Sep 2009 06:03:03 -0000	1.3.2.2.2.5.2.140
+++ boost.module	15 Sep 2009 22:47:50 -0000
@@ -2692,7 +2692,7 @@ function boost_crawler_threads_alive() {
  * Return average page generation time.
  */
 function boost_average_time() {
-  return variable_get('boost_crawler_average_generation', 5);
+  return variable_get('boost_crawler_average_generation', 5000)/1000;
 }
 
 /**
