Skip to content

Commit 7cd664e

Browse files
authored
Update SettingsChangesHistory.cpp
1 parent 4c07216 commit 7cd664e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
4444
{"lock_object_storage_task_distribution_ms", 500, 500, "Raised the value to 500 to avoid hoping tasks between executors."},
4545
{"object_storage_cluster", "", "", "Antalya: New setting"},
4646
{"object_storage_max_nodes", 0, 0, "Antalya: New setting"},
47+
{"allow_retries_in_cluster_requests", false, false, "Antalya: New setting"},
4748
});
4849
addSettingsChanges(settings_changes_history, "25.8",
4950
{

0 commit comments

Comments
 (0)