From e9bf734815eb3d50eb8b4b8ecf70a647db8a0458 Mon Sep 17 00:00:00 2001 From: Mike Parent Date: Thu, 8 Sep 2022 16:36:51 -0500 Subject: [PATCH] Fix documentation value for disabling connection_timeout --- docs/source/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst index eab25ef..ed61ac4 100644 --- a/docs/source/advanced.rst +++ b/docs/source/advanced.rst @@ -291,7 +291,7 @@ reconnect to the server. print("Connection is lost with the server. " "Couldn't reconnect in 60 seconds.") -The defaul value is ``10`` seconds. If you pass ``None`` as the +The defaul value is ``10`` seconds. If you pass ``0`` as the ``connection_timeout`` value, then the client will keep on trying indefinitely. Prefetching