From 9dd7df564eb200de3b59540176b2b1051bf21e8c Mon Sep 17 00:00:00 2001 From: Evan Tschannen <36455792+etschannen@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:42:15 -0700 Subject: [PATCH] Update documentation/sphinx/source/release-notes.rst Co-Authored-By: A.J. Beamon --- documentation/sphinx/source/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index ec1724507a..1ac02528a2 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -11,7 +11,7 @@ Fixes * Protect the proxies from running out of memory when bombarded with requests from clients. `(PR #2812) `_. * One process with a ``proxy`` class would not become the first proxy when put with other ``stateless`` class processes. `(PR #2819) `_. * If a transaction log stalled on a disk operation during recruitment the cluster would become unavailable until the process died. `(PR #2815) `_. -* Avoid recruiting satellite transaction logs when usable_regions=1. `(PR #2813) `_. +* Avoid recruiting satellite transaction logs when ``usable_regions=1``. `(PR #2813) `_. * Prevent the cluster from having too many active generations as a safety measure against repeated failures. `(PR #2814) `_. * ``fdbcli`` status JSON could become truncated because of unprintable characters. `(PR #2807) `_. * The data distributor used too much CPU in large clusters (broken in 6.2.16). `(PR #2806) `_.