Henning,
Would it be a fair statement that if contributing to docs, the only files that need to be modified are the doc/*.xml files and that's it?
-- Alex
On Fri, Feb 21, 2020 at 05:27:54PM +0100, Henning Westerholt wrote:
Module: kamailio Branch: 5.2 Commit: ef8238a58dc901904e53655cf9e14028fd190c2b URL: https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e14028...
Author: Alex Balashov abalashov@evaristesys.com Committer: Henning Westerholt hw@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/ef8238a58dc901904e53655cf9e14028... Patch: https://github.com/kamailio/kamailio/commit/ef8238a58dc901904e53655cf9e14028...
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>.
Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev