Skip to content

Commit

Permalink
Increase retry for cloud snapshot to finish (#50781) (#50811)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored Nov 15, 2019
1 parent d69b578 commit 279c9ce
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 279c9ce

Please sign in to comment.