From de050d8034b2a3a19a5f5c1fd80acaf7b856335c Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Mon, 25 Sep 2023 13:13:57 +0200 Subject: [PATCH] Docs: mature TCP keep alive This config option has existed for many versions. It's stable in other drivers as well. In fact, the driver didn't even issue a warning on using it. It was purely marked as experimental in the API docs. This PR aims to change this by removing the experimental mark in the docs. --- docs/source/api.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index a84387638..334245b2c 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -454,9 +454,6 @@ Specify whether TCP keep-alive should be enabled. :Type: ``bool`` :Default: ``True`` -**This is experimental** (see :ref:`filter-warnings-ref`). -It might be changed or removed any time even without prior notice. - .. _max-connection-lifetime-ref: