diff options
author | Francis Dupont <fdupont@isc.org> | 2020-04-23 18:29:10 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-04-23 18:29:10 +0200 |
commit | c408d78a9a873c643faab6062dfa331da036c9e2 (patch) | |
tree | 0044dff063b983f5dd702b0a31c39e44a13fed97 /doc | |
parent | [#1192] Added MT defaults (diff) | |
download | kea-c408d78a9a873c643faab6062dfa331da036c9e2.tar.xz kea-c408d78a9a873c643faab6062dfa331da036c9e2.zip |
[#1192] Fixed first entry
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 2 | ||||
-rw-r--r-- | doc/sphinx/arm/dhcp6-srv.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 3a2b608df9..53d36d2417 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -3747,7 +3747,7 @@ threads. These settings can be found under ``multi-threading`` structure and are represented by: - ``enable-multi-threading`` - use multiple threads to process packets in - parallel (default false). + parallel (default false). - ``thread-pool-size`` - specify the number of threads to process packets in parallel. Supported values are: 0 (auto detect), any positive number sets diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 3dade898b8..6bf4ca1176 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -3259,7 +3259,7 @@ threads. These settings can be found under ``multi-threading`` structure and are represented by: - ``enable-multi-threading`` - use multiple threads to process packets in - parallel (default false). + parallel (default false). - ``thread-pool-size`` - specify the number of threads to process packets in parallel. Supported values are: 0 (auto detect), any positive number sets |