Skip to content

Commit

Permalink
Simplify EphemeralCluster configuration
Browse files Browse the repository at this point in the history
Removed unnecessary commented-out configuration options for clarity. The change ensures the code is more readable and maintainable by using a clean, straightforward cluster configuration.
  • Loading branch information
Mpdreamz committed Oct 10, 2024
1 parent 0c6cf73 commit f3867ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/Elastic.Ephemeral.Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using HttpMethod = Elastic.Transport.HttpMethod;


//var config = new EphemeralClusterConfiguration("8.15.0", XPack | Security | SSL);
var config = new EphemeralClusterConfiguration("8.15.0");
using var cluster = new EphemeralCluster(config);

Expand Down

0 comments on commit f3867ab

Please sign in to comment.