Skip to content

Commit

Permalink
fix(elastic): increase timeout to 10min
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianak committed Feb 10, 2025
1 parent a14d40e commit 9581dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend-modules/base/lib/Elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const connect = (node) =>
node ||
process.env.ELASTIC_URL ||
'http://elastic:elastic@localhost:9200',
requestTimeout: 180000,
requestTimeout: 600000,
})

const disconnect = (client) => client.close()
Expand Down

0 comments on commit 9581dfa

Please sign in to comment.