Module: kamailio Branch: 5.3 Commit: dd78efd695490c68f21e13511c39956f95d503da URL: https://github.com/kamailio/kamailio/commit/dd78efd695490c68f21e13511c39956f...
Author: Alex Balashov abalashov@evaristesys.com Committer: Henning Westerholt hw@skalatan.de Date: 2020-02-21T17:25:10+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/dd78efd695490c68f21e13511c39956f... Patch: https://github.com/kamailio/kamailio/commit/dd78efd695490c68f21e13511c39956f...
---
diff --git a/src/modules/usrloc/doc/usrloc_admin.xml b/src/modules/usrloc/doc/usrloc_admin.xml index 0f14209784..d23b2a9e7e 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>.