Skip to content

Commit

Permalink
changed elasticsearch requestTimeout default to 300000
Browse files Browse the repository at this point in the history
  • Loading branch information
u1473499 authored and u1473499 committed Feb 24, 2016
1 parent 0e99e7d commit 642cf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/elasticsearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function ({ Plugin }) {
username: string(),
password: string(),
shardTimeout: number().default(0),
requestTimeout: number().default(30000),
requestTimeout: number().default(300000),
pingTimeout: number().default(30000),
startupTimeout: number().default(5000),
ssl: object({
Expand Down

0 comments on commit 642cf34

Please sign in to comment.