Skip to content

Commit

Permalink
fix Problems in brpc_blackbox_link #131 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
huocun-ant authored Sep 1, 2023
1 parent aa107d3 commit a8683c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/link/transport/brpc_blackbox_link.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ brpc::ChannelOptions BrpcBlackBoxLink::GetChannelOption(
options.connection_type = options_.channel_connection_type;
options.connect_timeout_ms = 20000;
options.timeout_ms = options_.http_timeout_ms;
options.max_retry = options.max_retry;
options.max_retry = options_.max_retry;
options.retry_policy = retry_policy.get();
if (ssl_opts != nullptr) {
options.mutable_ssl_options()->client_cert.certificate =
Expand Down

0 comments on commit a8683c3

Please sign in to comment.