? boost-567650.1.patch
? boost-592886.patch
? boost-593788.patch
? boost-594774.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.165
diff -u -p -r1.3.2.2.2.5.2.165 boost.module
--- boost.module	4 Oct 2009 07:24:50 -0000	1.3.2.2.2.5.2.165
+++ boost.module	4 Oct 2009 07:34:21 -0000
@@ -97,7 +97,7 @@ define('BOOST_GZIP_FILE_PATH',       imp
 define('BOOST_PERM_GZIP_FILE_PATH',  implode('/', array_filter(explode('/', str_replace(BOOST_ROOT_CACHE_DIR . '/' . BOOST_NORMAL_DIR, BOOST_ROOT_CACHE_DIR . '/' . BOOST_PERM_GZ_DIR . '/', BOOST_FILE_PATH)))));
 define('BOOST_PERM_FILE_PATH',       implode('/', array_filter(explode('/', str_replace(BOOST_ROOT_CACHE_DIR . '/' . BOOST_NORMAL_DIR, BOOST_ROOT_CACHE_DIR . '/' . BOOST_PERM_NORMAL_DIR . '/', BOOST_FILE_PATH)))));
 define('BOOST_CRAWLER_BATCH_SIZE',   variable_get('boost_crawler_batch_size', min(15, ini_get('max_execution_time')/(2 * boost_average_time()))));
-define('BOOST_MAX_THREAD_TIME',      max(300, 2 * boost_average_time() * BOOST_CRAWLER_THREADS * BOOST_CRAWLER_BATCH_SIZE));
+define('BOOST_MAX_THREAD_TIME',      max(5000, 2 * boost_average_time() * BOOST_CRAWLER_THREADS * BOOST_CRAWLER_BATCH_SIZE));
 
 
 //////////////////////////////////////////////////////////////////////////////
@@ -2488,7 +2488,7 @@ function boost_crawler_run($expire = -1)
     }
 
     // Try to prevent crawler from stalling.
-    ini_set('max_execution_time', 600);
+    ini_set('max_execution_time', 6000);
     // Return html so connection closes
     boost_async_opp('async');
     // Turn off output buffer.
