Skip to content

Commit

Permalink
gRPC: add UNAVAILABLE to list of retryable codes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <[email protected]>
  • Loading branch information
lebdron committed Sep 19, 2019
1 parent e526501 commit 5e6766a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion irohad/network/impl/grpc_channel_builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ namespace iroha {
"UNKNOWN",
"DEADLINE_EXCEEDED",
"ABORTED",
"INTERNAL"
"INTERNAL",
"UNAVAILABLE"
]
},
"maxRequestMessageBytes": %2%,
Expand Down

0 comments on commit 5e6766a

Please sign in to comment.