From b4cc424f076ce428d3835b310e8103af63c11f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Mon, 16 Dec 2024 14:13:36 +0100 Subject: [PATCH] Remove unused and confusing setting --- src/Core/Settings.cpp | 1 - src/Core/SettingsChangesHistory.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Core/Settings.cpp b/src/Core/Settings.cpp index 41e42ea13a9..aad28f3a663 100644 --- a/src/Core/Settings.cpp +++ b/src/Core/Settings.cpp @@ -4993,7 +4993,6 @@ Prefer prefetched threadpool if all parts are on remote filesystem Prefer prefetched threadpool if all parts are on local filesystem )", 0) \ \ - DECLARE(UInt64, object_storage_remove_recursive_file_limit, DEFAULT_REMOVE_SHARED_RECURSIVE_FILE_LIMIT, "Max number of files to store in memory during remove. Zero value means unlimited. Used to reduce memory usage.", 0) \ DECLARE(UInt64, prefetch_buffer_size, DBMS_DEFAULT_BUFFER_SIZE, R"( The maximum size of the prefetch buffer to read from the filesystem. )", 0) \ diff --git a/src/Core/SettingsChangesHistory.cpp b/src/Core/SettingsChangesHistory.cpp index 3ff4597755a..93c113601bf 100644 --- a/src/Core/SettingsChangesHistory.cpp +++ b/src/Core/SettingsChangesHistory.cpp @@ -72,7 +72,6 @@ static std::initializer_list