You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/01/29 17:51:28 UTC

svn commit: r1237341 - /lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java

Author: markrmiller
Date: Sun Jan 29 16:51:28 2012
New Revision: 1237341

URL: http://svn.apache.org/viewvc?rev=1237341&view=rev
Log:
revert - did not help

Modified:
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java?rev=1237341&r1=1237340&r2=1237341&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/SolrCmdDistributor.java Sun Jan 29 16:51:28 2012
@@ -321,8 +321,6 @@ public class SolrCmdDistributor {
   
           CommonsHttpSolrServer server = new CommonsHttpSolrServer(fullUrl,
               client);
-          server.setConnectionTimeout(30000);
-          server.setSoTimeout(30000);
           
           clonedRequest.ursp = server.request(clonedRequest.ureq);