Index: solrconfig.xml
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/solrconfig.xml,v
retrieving revision 1.1.2.17
diff -u -p -r1.1.2.17 solrconfig.xml
--- solrconfig.xml	17 Jun 2009 20:29:11 -0000	1.1.2.17
+++ solrconfig.xml	18 Jun 2009 19:22:16 -0000
@@ -466,7 +466,7 @@
      </str>
      <int name="ps">15</int>
      <!-- Abort any searches longer than 4 seconds -->
-     <int name="timeAllowed">4000</int>
+     <str name="timeAllowed">4000</str>
      <str name="mm">
         2&lt;-35%
      </str>
@@ -511,7 +511,7 @@
       <str name="mlt.maxqt">20</str>
       <str name="mlt.match.include">false</str>
       <!-- Abort any searches longer than 1.5 seconds -->
-      <int name="timeAllowed">1500</int>
+      <str name="timeAllowed">1500</str>
     </lst>
   </requestHandler>
 
