Skip to content

Commit d851e30

Browse files
authored
Moved changes to 25.3 section
1 parent fd36f73 commit d851e30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,17 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
6666
/// controls new feature and it's 'true' by default, use 'false' as previous_value).
6767
/// It's used to implement `compatibility` setting (see https://github.com/ClickHouse/ClickHouse/issues/35972)
6868
/// Note: please check if the key already exists to prevent duplicate entries.
69+
addSettingsChanges(settings_changes_history, "25.3.3.20000",
70+
{
71+
// Altinity Antalya modifications atop of 25.3
72+
{"lock_object_storage_task_distribution_ms", 0, 0, "New setting."},
73+
});
6974
addSettingsChanges(settings_changes_history, "25.2.1.20000",
7075
{
7176
// Altinity Antalya modifications atop of 25.2
7277
{"object_storage_cluster", "", "", "New setting"},
7378
{"object_storage_max_nodes", 0, 0, "New setting"},
7479
{"use_object_storage_list_objects_cache", true, false, "New setting."},
75-
{"lock_object_storage_task_distribution_ms", 0, 0, "New setting."},
7680
});
7781
addSettingsChanges(settings_changes_history, "25.3",
7882
{

0 commit comments

Comments
 (0)