]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#963] Fixed sphinx compilation
authorTomek Mrugalski <tomasz@isc.org>
Fri, 24 Jan 2020 10:54:42 +0000 (11:54 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 24 Jan 2020 10:54:42 +0000 (11:54 +0100)
doc/sphinx/arm/admin.rst

index 8957d69f211312d343bb53a19a7d794afe8d3b5f..c141c7c19f09f3bf2cdab4de21322a9d9360ce84 100644 (file)
@@ -349,12 +349,14 @@ Changing MySQL internal value ``innodb_flush_log_at_trx_commit`` from default va
 ``1`` to ``2`` can result with huge gain in Kea performance. It can be set per session for testing:
 
 .. code-block:: mysql
+
     mysql> SET GLOBAL innodb_flush_log_at_trx_commit=2;
     mysql> SHOW SESSION VARIABLES LIKE 'innodb_flush_log%';
 
 or permanently in ``/etc/mysql/my.cnf``:
 
 .. code-block:: mysql
+
     [mysqld]
     innodb_flush_log_at_trx_commit=2