v.25.5Improvement

Remove settings during recoverLostReplica same as it

Remove settings during recoverLostReplica same as it was done in: https://github.com/ClickHouse/ClickHouse/pull/78637. #79113 (Nikita Mikhaylov).
Removed certain settings from the recoverLostReplica process to align with previous improvements made in a related pull request.

Why it matters

This change ensures consistency and streamlines the recovery process of lost replicas in ClickHouse by eliminating redundant or problematic settings that were previously adjusted in pull request 78637. It improves the stability and reliability of replica recovery procedures.

How to use it

No explicit user action is required. The improved behavior is applied automatically when using the recoverLostReplica command after upgrading to the new version containing this change.