Module: kamailio
Branch: 5.2
Commit: ef8238a58dc901904e53655cf9e14028fd190c2b
URL:
https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e1402…
Author: Alex Balashov <abalashov(a)evaristesys.com>
Committer: Henning Westerholt <hw(a)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/ef8238a58dc901904e53655cf9e1402…
Patch:
https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e1402…
---
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>.