Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ You can set configuration settings using system-wide environment variables. Thes
Determines when checksum validation will be performed on response payloads. For more
information, see the ``response_checksum_validation`` configuration file section.

``BOTOCORE_TCP_KEEPALIVE``
Toggles the TCP Keep-Alive socket option used when creating connections.
Set to ``true`` to enable TCP Keepalive with system configurations,
or ``false`` to disable. By default, TCP Keepalive is not used when creating connections.

Using a configuration file
--------------------------
Expand Down