mirror of https://github.com/apache/lucene.git
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:
parent
005fec5a58
commit
1aef3f9fef
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue