[sr-dev] git:5.2:ef8238a5: usrloc: Updated docs for 'timer_procs' parameter about multiple timer processes

Henning Westerholt hw at skalatan.de
Fri Feb 21 17:27:54 CET 2020


Module: kamailio
Branch: 5.2
Commit: ef8238a58dc901904e53655cf9e14028fd190c2b
URL: https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e14028fd190c2b

Author: Alex Balashov <abalashov at evaristesys.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-02-21T17:26:43+01:00

usrloc: Updated docs for 'timer_procs' parameter about multiple timer processes

---

Modified: src/modules/usrloc/doc/usrloc_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e14028fd190c2b.diff
Patch: https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e14028fd190c2b.patch

---

diff --git a/src/modules/usrloc/doc/usrloc_admin.xml b/src/modules/usrloc/doc/usrloc_admin.xml
index 3dd180b937..74a1ac0506 100644
--- a/src/modules/usrloc/doc/usrloc_admin.xml
+++ b/src/modules/usrloc/doc/usrloc_admin.xml
@@ -952,6 +952,14 @@ modparam("usrloc", "db_check_update", 1)
 			database. If set to 0, no dedicated timer is started, the one from
 			core will be used.
 		</para>
+
+		<para>
+			If the number of timer processes is greater than 1, the workload 
+			of synchronization and record expiration is split up among the 
+			multiple processes. (Each process is assigned a range of slots 
+			from the internal hash table, and is responsible for cleanup and
+			storage on those slots.)
+		</para>
 		<para>
 		<emphasis>
 			Default value is <quote>0</quote>.




More information about the sr-dev mailing list