revert - did not help

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-01-29 16:51:28 +00:00
parent 005fec5a58
commit 1aef3f9fef
1 changed files with 0 additions and 2 deletions

View File

@ -321,8 +321,6 @@ public class SolrCmdDistributor {
CommonsHttpSolrServer server = new CommonsHttpSolrServer(fullUrl, CommonsHttpSolrServer server = new CommonsHttpSolrServer(fullUrl,
client); client);
server.setConnectionTimeout(30000);
server.setSoTimeout(30000);
clonedRequest.ursp = server.request(clonedRequest.ureq); clonedRequest.ursp = server.request(clonedRequest.ureq);