v.24.3Improvement

Fixed Typo in use_legacy_max_level Function

Fixed typo: from use_leagcy_max_level to use_legacy_max_level. #61545 (William Schoeffel).
Fixed a typo in the setting name from use_leagcy_max_level to use_legacy_max_level.

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 name use_legacy_max_level in your configuration or queries instead of the incorrect use_leagcy_max_level to enable the intended behavior.