diff options
author | Marcin Godzina <mgodzina@isc.org> | 2023-02-02 15:36:26 +0100 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2023-02-02 15:36:26 +0100 |
commit | bcacd94675440e1c74c83ea03d1d5fc9569f2d30 (patch) | |
tree | 2f995881733b1b88b1cbf6fba9517589c4ee638d | |
parent | [#2710] fixed underline (diff) | |
download | kea-bcacd94675440e1c74c83ea03d1d5fc9569f2d30.tar.xz kea-bcacd94675440e1c74c83ea03d1d5fc9569f2d30.zip |
[#2710] spelling and formatting fix
-rw-r--r-- | doc/sphinx/arm/admin.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/sphinx/arm/admin.rst b/doc/sphinx/arm/admin.rst index a38ba92252..6b0bbeac5e 100644 --- a/doc/sphinx/arm/admin.rst +++ b/doc/sphinx/arm/admin.rst @@ -607,13 +607,17 @@ Usually the PostgreSQL database client library is built with the OpenSSL support but Kea can be configured to handle the case where it is not supported: +.. code-block:: console + + $ ./configure [other-options] --disable-pgsql-ssl + .. _pgsql-performance: Improved Performance With PostgreSQL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Changing the PostgreSQL internal value ``synchronous_commit`` from the default value -of ON to OF can result in gain in Kea performance. On slow systems, the gain can be over 1000%. +of ON to OFF can result in gain in Kea performance. On slow systems, the gain can be over 1000%. It can be set per-session for testing: .. code-block:: psql @@ -643,11 +647,6 @@ however, is that in the worst-case scenario, all changes in the last moment befo could be lost. Given the fact that Kea is stable software and crashes very rarely, most deployments find it a beneficial trade-off. - -.. code-block:: console - - $ ./configure [other-options] --disable-pgsql-ssl - Using Read-Only Databases With Host Reservations ------------------------------------------------ |