Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Bafna <[email protected]>
  • Loading branch information
gbbafna committed Sep 25, 2024
1 parent 7b8b9c6 commit d93dd20
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,12 @@ public void onFailure(Exception e) {
});
updateSnapshotPinnedTimestamp(repositoryData, snapshot, pinnedTimestamp, pinnedTimestampListener);
}

@Override
public TimeValue timeout() {
return request.clusterManagerNodeTimeout();
}

}, "create_snapshot [" + snapshotName + ']', listener::onFailure);
}

Expand Down

0 comments on commit d93dd20

Please sign in to comment.