Skip to content

Commit

Permalink
Merge pull request #127 from overmindtech/keep-alive-healthier
Browse files Browse the repository at this point in the history
Revert additional error reporting
  • Loading branch information
DavidS-ovm authored Sep 20, 2023
2 parents 0bd785a + bf51d25 commit 02518d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,6 @@ message KeepaliveSourcesRequest {
bool waitForHealthy = 1;
}
message KeepaliveSourcesResponse {
// returns true if any of the sources did not come up in time
bool failed = 1;

// returns an indication of why not all sources were healthy
string error = 2;
}

message CreateTokenRequest {
Expand Down

0 comments on commit 02518d7

Please sign in to comment.