missing comma (#854)
This commit is contained in:
committed by
delvedor
parent
cfcff78a7e
commit
b2fbcfd8e2
@ -8,7 +8,7 @@ The client is designed to be easily configured as you see fit for your needs, fo
|
|||||||
const { Client } = require('@elastic/elasticsearch')
|
const { Client } = require('@elastic/elasticsearch')
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
node: 'http://localhost:9200'
|
node: 'http://localhost:9200',
|
||||||
maxRetries: 5,
|
maxRetries: 5,
|
||||||
requestTimeout: 60000,
|
requestTimeout: 60000,
|
||||||
sniffOnStart: true
|
sniffOnStart: true
|
||||||
|
|||||||
Reference in New Issue
Block a user