On 10/9/25 17:17, Markus Armbruster wrote:
Vladimir Sementsov-Ogievskiy <[email protected]> writes:
They were deprecated in 9.2, now we can remove them.
New options to use are reconnect-ms.
Speaking of the option itself.. I'd not remove it, instead,
I'd de-deprecate it, and allow units to be specified for it,
like reconnect=10ms (defaults to s). Or reconnect=0.1 (in
fractions of second). But it's just me, it looks like :)
Also, `has_reconnect_ms` becomes redundant after applying this
patch, - it should be enough to use just reconnect_ms, which
defaults to 0. But this can be done in a subsequent cleanup.
Thanks,
/mjt