Skip to content

Commit

Permalink
Increase retry for cloud snapshot to finish (#50781) (#50813)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae committed Nov 15, 2019
1 parent 4160f26 commit a7c6635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/es_archiver/lib/indices/delete_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function deleteIndex(options) {
stats,
index,
log,
retryIfSnapshottingCount = 3
retryIfSnapshottingCount = 10
} = options;

const getIndicesToDelete = async () => {
Expand Down

0 comments on commit a7c6635

Please sign in to comment.