Index: feedapi.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/feedapi.module,v
retrieving revision 1.23.2.119.2.55
diff -u -p -r1.23.2.119.2.55 feedapi.module
--- feedapi.module	28 Apr 2009 13:04:59 -0000	1.23.2.119.2.55
+++ feedapi.module	6 May 2009 20:40:20 -0000
@@ -675,7 +675,7 @@ function feedapi_cron() {
   
   // We get feeds in small lots, this will save memory and have the process adjusting to the
   // time limit even when we have many thousands of them.
-  $start = time() - FEEDAPI_CRON_MIN_REFRESH_TIME;
+  $start = time() - variable_get('feedapi_cron_min_refresh_time', FEEDAPI_CRON_MIN_REFRESH_TIME);
   $process = 0;
   // The counter process will be > 0 if we've selected less feeds
   while (!$process && feedapi_cron_time()) {
