Skip to content

Commit

Permalink
Support optimize AND forcemerge
Browse files Browse the repository at this point in the history
Support optimize AND forcemerge, depending of ES version
  • Loading branch information
andrese authored Sep 14, 2017
1 parent 4d14e8e commit 2615bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/ui/clusterConnect/clusterConnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
_node_handler: function(data) {
if(data) {
this.prefs.set("app-base_uri", this.cluster.base_uri);
this.cluster.setVersion(data.version.number);
}
},

Expand Down

0 comments on commit 2615bee

Please sign in to comment.