Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit f4b631c

Browse files
author
tkostuch
committed
increase timeout for es
1 parent b37f111 commit f4b631c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/elastic.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ function reIndex (db, fromIndexName, toIndexName, next) {
134134
db.reindex({
135135
wait_for_completion: true,
136136
waitForCompletion: true,
137+
timeout: 360,
137138
body: {
138139
'source': {
139140
'index': fromIndexName

0 commit comments

Comments
 (0)