v.24.3Improvement
Fixed Typo in use_legacy_max_level Function
Fixed typo: fromuse_leagcy_max_leveltouse_legacy_max_level. #61545 (William Schoeffel).
Why it matters
Corrects a misspelling in the configuration parameter name to avoid confusion and ensure consistent usage throughout ClickHouse.How to use it
Use the corrected setting nameuse_legacy_max_level in your configuration or queries instead of the incorrect use_leagcy_max_level to enable the intended behavior.