// 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.
///////////////////////////////////////////////////////////
Unicode "false";
};
-///////////////////////////////////////////////////////////
-// Common settings
-///////////////////////////////////////////////////////////
-Common
-{
- //// ThreadCount (optional): Maximum number of threads to use. Defaults to 1
- ThreadCount 1;
-};
-
///////////////////////////////////////////////////////////
// Dinstall general settings
///////////////////////////////////////////////////////////