From 6007b2108a628df42e912f2066d44e8350157097 Mon Sep 17 00:00:00 2001 From: "Aaron C. de Bruyn" Date: Wed, 13 Aug 2025 08:47:41 -0700 Subject: [PATCH] Fix incorrect units for recon_default and recon_max in master troubleshooting documentation. Closes GH-67071 --- doc/topics/troubleshooting/master.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/topics/troubleshooting/master.rst b/doc/topics/troubleshooting/master.rst index 889bd668e4bb..e7f040fc8d23 100644 --- a/doc/topics/troubleshooting/master.rst +++ b/doc/topics/troubleshooting/master.rst @@ -257,10 +257,10 @@ service. .. note:: recon_default: - The average number of seconds to wait between reconnection attempts. + The average number of milliseconds to wait between reconnection attempts. recon_max: - The maximum number of seconds to wait between reconnection attempts. + The maximum number of milliseconds to wait between reconnection attempts. recon_randomize: A flag to indicate whether the recon_default value should be randomized.