v.23.12Performance Improvement
Limit for Background Fetch Connections Increased and Settings Updated
The limit for the number of connections per endpoint for background fetches was raised from15to the value ofbackground_fetches_pool_sizesetting. - MergeTree-level settingreplicated_max_parallel_fetches_for_hostbecame obsolete - MergeTree-level settingsreplicated_fetches_http_connection_timeout,replicated_fetches_http_send_timeoutandreplicated_fetches_http_receive_timeoutare moved to the Server-level. - Settingkeep_alive_timeoutis added to the list of Server-level settings. #57523 (Nikita Mikhaylov).