File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ use Elastic\Transport\NodePool\Selector\RoundRobin;
4545use Elastic\Transport\NodePool\SimpleNodePool;
4646
4747$nodePool = new SimpleNodePool(
48- new SimpleNodePool (),
48+ new RoundRobin (),
4949 new ElasticsearchResurrect()
5050);
5151
@@ -69,4 +69,4 @@ You can use the following interfaces for the implementation:
6969* https://github.com/elastic/elastic-transport-php/blob/master/src/NodePool/Resurrect/ResurrectInterface.php[ResurrectInterface]
7070
7171For more information about the Node Pool you can read the
72- https://github.com/elastic/elastic-transport-php/blob/master/README.md[elastic-transport-php documentation].
72+ https://github.com/elastic/elastic-transport-php/blob/master/README.md[elastic-transport-php documentation].
You can’t perform that action at this time.
0 commit comments