Module: kamailio Branch: 5.2 Commit: 179026e078427f64ad8b360a41ded71ca2706090 URL: https://github.com/kamailio/kamailio/commit/179026e078427f64ad8b360a41ded71c...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-02-21T17:31:36+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff: https://github.com/kamailio/kamailio/commit/179026e078427f64ad8b360a41ded71c... Patch: https://github.com/kamailio/kamailio/commit/179026e078427f64ad8b360a41ded71c...
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index fdf6b6f18b..a16e84af55 100644 --- a/src/modules/usrloc/README +++ b/src/modules/usrloc/README @@ -854,6 +854,11 @@ modparam("usrloc", "db_check_update", 1) set to 0, no dedicated timer is started, the one from core will be used.
+ 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.) + Default value is “0”.
Example 1.36. Set timer_procs parameter