From 171f4b5ec39c31b82367d7fca74ed300218bc214 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 28 Jul 2011 07:58:21 +0100 Subject: [PATCH] Re-order example configuration file Signed-off-by: Mark Hymers --- docs/README.config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.config b/docs/README.config index 760427e1..d5b461db 100644 --- a/docs/README.config +++ b/docs/README.config @@ -2,6 +2,15 @@ // Example annotated configuration file for dak /////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////// +// Common settings +/////////////////////////////////////////////////////////// +Common +{ + //// ThreadCount (optional): Maximum number of threads to use. Defaults to 1 + ThreadCount 1; +}; + /////////////////////////////////////////////////////////// // Essential. List of database details. /////////////////////////////////////////////////////////// @@ -32,15 +41,6 @@ DB Unicode "false"; }; -/////////////////////////////////////////////////////////// -// Common settings -/////////////////////////////////////////////////////////// -Common -{ - //// ThreadCount (optional): Maximum number of threads to use. Defaults to 1 - ThreadCount 1; -}; - /////////////////////////////////////////////////////////// // Dinstall general settings /////////////////////////////////////////////////////////// -- 2.39.2