Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Aug 3, 2021
1 parent d824f57 commit 04380cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ gcs::Client MakeClient(AggregateThroughputOptions const& options) {
auto client_options =
google::cloud::Options{}
.set<gcs_experimental::HttpVersionOption>(options.rest_http_version)
.set<gcs::DownloadStallTimeoutOption>(std::chrono::seconds(60));
.set<gcs::DownloadStallTimeoutOption>(options.download_stall_timeout);
#if GOOGLE_CLOUD_CPP_STORAGE_HAVE_GRPC
if (options.api == ApiName::kApiGrpc) {
auto channels = options.grpc_channel_count;
Expand Down

0 comments on commit 04380cb

Please sign in to comment.