|
@@ -31,12 +31,15 @@ Andrey Rybkin
|
|
|
3.3. batch_size (int)
|
|
|
3.4. batch_usleep (int)
|
|
|
|
|
|
+ 4. usrloc_domain (string)
|
|
|
+
|
|
|
List of Examples
|
|
|
|
|
|
1.1. Set enable parameter
|
|
|
1.2. Set sync parameter
|
|
|
1.3. Set batch size parameter
|
|
|
1.4. Set batch_usleep parameter
|
|
|
+ 1.5. Set usrloc_domain parameter
|
|
|
|
|
|
Chapter 1. Admin Guide
|
|
|
|
|
@@ -54,6 +57,8 @@ Chapter 1. Admin Guide
|
|
|
3.3. batch_size (int)
|
|
|
3.4. batch_usleep (int)
|
|
|
|
|
|
+ 4. usrloc_domain (string)
|
|
|
+
|
|
|
1. Overview
|
|
|
|
|
|
The module adds user location (usrloc) records replication between
|
|
@@ -134,3 +139,14 @@ modparam("dmq_usrloc", "batch_size", 4000)
|
|
|
...
|
|
|
modparam("dmq_usrloc", "batch_usleep", 1000)
|
|
|
...
|
|
|
+
|
|
|
+4. usrloc_domain (string)
|
|
|
+
|
|
|
+ The usrloc domain to synchronize.
|
|
|
+
|
|
|
+ Default value is “location”.
|
|
|
+
|
|
|
+ Example 1.5. Set usrloc_domain parameter
|
|
|
+...
|
|
|
+modparam("dmq_usrloc", "usrloc_domain", "my_domain")
|
|
|
+...
|