changeset 187:0fa1cf88c635

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Jan 2019 18:55:58 +0100
parents a846a8f6d9a6
children 60c91045bf2a
files Sphinx/source/faq/scalability.rst
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/scalability.rst	Thu Jan 31 18:41:44 2019 +0100
+++ b/Sphinx/source/faq/scalability.rst	Thu Jan 31 18:55:58 2019 +0100
@@ -20,10 +20,6 @@
 Here is a generic setup that should provide best performance in the
 presence of large databases:
 
-* Make sure that :ref:`run-time debug assertions <troubleshooting>`
-  are turned off. A warning will show in the logs if this is not the
-  case.
-
 * Make sure to use the latest release of Orthanc (1.5.3 at the time of
   writing).
 
@@ -31,6 +27,10 @@
   <postgresql>` to store the database index (3.0 at the time of
   writing). Make sure that ``EnableIndex`` is set to ``true``.
 
+* Make sure that :ref:`run-time debug assertions <troubleshooting>`
+  are turned off. A warning will show in the logs if this is not the
+  case.
+
 * We suggest to use the default filesystem storage area. Of course,
   make sure that the filesystem is properly backup, and that
   technologies such as RAID are enabled. Make sure that the option
@@ -55,6 +55,5 @@
   mode, especially at the startup of Orthanc. The logs may contain
   very important information regarding performance.
 
-* Make sure to read guides about the :ref:`tuning of PostgreSQL
+* Make sure to read guides about the `tuning of PostgreSQL
   <https://wiki.postgresql.org/wiki/Performance_Optimization>`__.
-