Skip to content

Commit 7a41ce6

Browse files
u1473499w33ble
authored andcommitted
changed elasticsearch requestTimeout default to 300000
Fixes #6377
1 parent ed4bb3b commit 7a41ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/elasticsearch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function ({ Plugin }) {
1919
username: string(),
2020
password: string(),
2121
shardTimeout: number().default(0),
22-
requestTimeout: number().default(30000),
22+
requestTimeout: number().default(300000),
2323
pingTimeout: number().default(30000),
2424
startupTimeout: number().default(5000),
2525
ssl: object({

0 commit comments

Comments
 (0)