You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/05/09 11:08:22 UTC

[2/2] syncope git commit: [SYNCOPE-1077] Works better with Elasticsearch 5.4.0

[SYNCOPE-1077] Works better with Elasticsearch 5.4.0


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0315ac63
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0315ac63
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0315ac63

Branch: refs/heads/master
Commit: 0315ac634bfaedd893f46fbc0184807102cb91c8
Parents: 268e6ff
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue May 9 13:07:40 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue May 9 13:07:48 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/elasticsearchClientContext.xml              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0315ac63/ext/elasticsearch/client-elasticsearch/src/main/resources/elasticsearchClientContext.xml
----------------------------------------------------------------------
diff --git a/ext/elasticsearch/client-elasticsearch/src/main/resources/elasticsearchClientContext.xml b/ext/elasticsearch/client-elasticsearch/src/main/resources/elasticsearchClientContext.xml
index f870317..ed8a319 100644
--- a/ext/elasticsearch/client-elasticsearch/src/main/resources/elasticsearchClientContext.xml
+++ b/ext/elasticsearch/client-elasticsearch/src/main/resources/elasticsearchClientContext.xml
@@ -29,7 +29,7 @@ under the License.
           <value>elasticsearch</value>
         </entry>
         <entry key="client.transport.sniff">
-          <value>true</value>
+          <value>false</value>
         </entry>
       </map>
     </property>