From fb0a1ff30b614c84603e57ea64558d5c48411ba3 Mon Sep 17 00:00:00 2001 From: ByteYue Date: Thu, 11 Jul 2024 21:24:34 +0800 Subject: [PATCH] compile --- cloud/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h index b0c1d8759f0076..c5786bedff7c04 100644 --- a/cloud/src/common/config.h +++ b/cloud/src/common/config.h @@ -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