[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 13/18] Re-order example configuration file



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 docs/README.config |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/README.config b/docs/README.config
index 760427e..d5b461d 100644
--- a/docs/README.config
+++ b/docs/README.config
@@ -3,6 +3,15 @@
 ///////////////////////////////////////////////////////////
 
 ///////////////////////////////////////////////////////////
+// Common settings
+///////////////////////////////////////////////////////////
+Common
+{
+    //// ThreadCount (optional):  Maximum number of threads to use.  Defaults to 1
+    ThreadCount 1;
+};
+
+///////////////////////////////////////////////////////////
 // Essential.  List of database details.
 ///////////////////////////////////////////////////////////
 DB
@@ -33,15 +42,6 @@ DB
 };
 
 ///////////////////////////////////////////////////////////
-// Common settings
-///////////////////////////////////////////////////////////
-Common
-{
-    //// ThreadCount (optional):  Maximum number of threads to use.  Defaults to 1
-    ThreadCount 1;
-};
-
-///////////////////////////////////////////////////////////
 // Dinstall general settings
 ///////////////////////////////////////////////////////////
 Dinstall
-- 
1.7.2.5



Reply to: