Fix the fixin' fix
This commit is contained in:
@ -7,7 +7,9 @@ mapped_pages:
|
||||
|
||||
This page shows you the possible basic configuration options that the clients offers.
|
||||
|
||||
<pre><code class="language-js hljs language-javascript">
|
||||
```js
|
||||
```
|
||||
|
||||
const { Client } = require('@elastic/elasticsearch')
|
||||
|
||||
const client = new Client({
|
||||
@ -16,6 +18,7 @@ const client = new Client({
|
||||
maxRetries: 5,
|
||||
sniffOnStart: true
|
||||
})
|
||||
|
||||
```
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user