We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c07216 commit 7cd664eCopy full SHA for 7cd664e
1 file changed
src/Core/SettingsChangesHistory.cpp
@@ -44,6 +44,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
44
{"lock_object_storage_task_distribution_ms", 500, 500, "Raised the value to 500 to avoid hoping tasks between executors."},
45
{"object_storage_cluster", "", "", "Antalya: New setting"},
46
{"object_storage_max_nodes", 0, 0, "Antalya: New setting"},
47
+ {"allow_retries_in_cluster_requests", false, false, "Antalya: New setting"},
48
});
49
addSettingsChanges(settings_changes_history, "25.8",
50
{
0 commit comments