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 26, 2024
1 parent 07a2774 commit 3dc55e4
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 3dc55e4

Please sign in to comment.