missing comma (#854)

This commit is contained in:
Cameron Chamberlain
2019-05-16 23:39:11 +10:00
committed by Tomas Della Vedova
parent 9c5394ecdb
commit cc0dc10c64

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