Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue committed Jul 11, 2024
1 parent ced7b45 commit fb0a1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ CONF_Validator(s3_client_http_scheme, [](const std::string& config) -> bool {
});

// Max retry times for object storage request
CONF_mInt64(max_s3_client_retry, 10);
CONF_mInt64(max_s3_client_retry, "10");

} // namespace doris::cloud::config

0 comments on commit fb0a1ff

Please sign in to comment.