Index: apachesolr.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.admin.inc,v
retrieving revision 1.1.2.28.2.16
diff -u -p -r1.1.2.28.2.16 apachesolr.admin.inc
--- apachesolr.admin.inc	10 Dec 2009 09:12:46 -0000	1.1.2.28.2.16
+++ apachesolr.admin.inc	11 Dec 2009 21:28:07 -0000
@@ -45,7 +45,7 @@ function apachesolr_settings() {
     '#description' => t('Path that identifies the Solr request handler to be used.'),
   );
 
-  $numbers = drupal_map_assoc(array(10, 20, 50, 100, 200));
+  $numbers = drupal_map_assoc(array(1, 5, 10, 20, 50, 100, 200));
   $form['apachesolr_cron_limit'] = array(
     '#type' => 'select',
     '#title' => t('Number of items to index per cron run'),
