missing comma (#854)

This commit is contained in:
Cameron Chamberlain
2019-05-16 23:39:11 +10:00
committed by delvedor
parent cfcff78a7e
commit b2fbcfd8e2

View File

@ -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 = new Client({
node: 'http://localhost:9200'
node: 'http://localhost:9200',
maxRetries: 5,
requestTimeout: 60000,
sniffOnStart: true