Module: kamailio Branch: 5.3 Commit: f0c94fe953c631b722d6ea87a7dc81b8d9842ad1 URL: https://github.com/kamailio/kamailio/commit/f0c94fe953c631b722d6ea87a7dc81b8...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-02-21T17:31:22+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff: https://github.com/kamailio/kamailio/commit/f0c94fe953c631b722d6ea87a7dc81b8... Patch: https://github.com/kamailio/kamailio/commit/f0c94fe953c631b722d6ea87a7dc81b8...
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index ff466b0e78..b8b0ffcaac 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