diff options
author | Marcin Siodelski <marcin@isc.org> | 2023-01-16 22:25:08 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2023-01-17 11:28:35 +0100 |
commit | 472fabf81b8312555552d176df4ac83447c71eef (patch) | |
tree | 6e84f8aeb9671443c4a2cbb7740e063059402e3b | |
parent | [#2688] Fixed failing parser test (diff) | |
download | kea-472fabf81b8312555552d176df4ac83447c71eef.tar.xz kea-472fabf81b8312555552d176df4ac83447c71eef.zip |
[#2688] Mention that tcp-user-timeout is in seconds
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 4 | ||||
-rw-r--r-- | doc/sphinx/arm/dhcp6-srv.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 4c1ed077fd..ad94851cf2 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -579,8 +579,8 @@ read and write operations. Moreover, the ``read-timeout`` and ``write-timeout`` parameters can only be specified for the MySQL backend. Setting them for any other backend type causes a configuration error. -To set a timeout for PostgreSQL, use the ``tcp-user-timeout`` parameter -instead. For example: +Use the ``tcp-user-timeout`` parameter to set a timeout for PostgreSQL +in seconds. For example: :: diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 82e58b2ceb..2823fc3ff5 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -536,8 +536,8 @@ read and write operations. Moreover, the ``read-timeout`` and ``write-timeout`` parameters can only be specified for the MySQL backend. Setting them for any other backend type causes a configuration error. -To set a timeout for PostgreSQL, use the ``tcp-user-timeout`` parameter -instead. For example: +Use the ``tcp-user-timeout`` parameter to set a timeout for PostgreSQL +in seconds. For example: :: |