From: Marcin Godzina Date: Thu, 2 Feb 2023 14:36:26 +0000 (+0000) Subject: [#2710] spelling and formatting fix X-Git-Tag: Kea-2.3.5~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcacd94675440e1c74c83ea03d1d5fc9569f2d30;p=thirdparty%2Fkea.git [#2710] spelling and formatting fix --- 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 ------------------------------------------------