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;
45
45
use Elastic\Transport\NodePool\SimpleNodePool;
46
46
47
47
$nodePool = new SimpleNodePool(
48
- new SimpleNodePool (),
48
+ new RoundRobin (),
49
49
new ElasticsearchResurrect()
50
50
);
51
51
@@ -69,4 +69,4 @@ You can use the following interfaces for the implementation:
69
69
* https://github.com/elastic/elastic-transport-php/blob/master/src/NodePool/Resurrect/ResurrectInterface.php[ResurrectInterface]
70
70
71
71
For 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