Module: kamailio
Branch: master
Commit: 3a723206adaa99cf22aee8fead569d9a96e21a7b
URL: 
https://github.com/kamailio/kamailio/commit/3a723206adaa99cf22aee8fead569d9a96e21a7b

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-11-13T09:19:46+01:00

htable: updated the documentation for timer_procs parameter

---

Modified: modules/htable/doc/htable_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/3a723206adaa99cf22aee8fead569d9a96e21a7b.diff
Patch: 
https://github.com/kamailio/kamailio/commit/3a723206adaa99cf22aee8fead569d9a96e21a7b.patch

---

diff --git a/modules/htable/doc/htable_admin.xml 
b/modules/htable/doc/htable_admin.xml
index b17fb7f..42a77fa 100644
--- a/modules/htable/doc/htable_admin.xml
+++ b/modules/htable/doc/htable_admin.xml
@@ -637,10 +637,10 @@ modparam("htable", "enable_dmq", 1)
        <section id="htable.p.timer_procs">
                <title><varname>timer_procs</varname> (integer)</title>
                <para>
-                       If set to 1, the module will create its own timer 
process to scan
-                       for expired items in hash tables. If set to zero, it 
will use the
-                       core timer for this task. Set it to 1 if you store a 
lot of items
-                       with autoexpire property.
+                       If set to 1 or greater, the module will create its own 
timer
+                       processes to scan for expired items in hash tables. If 
set to zero,
+                       it will use the core timer for this task. Set it to 1 
if you store
+                       a lot of items with autoexpire property.
                </para>
                <para>
                <emphasis>
@@ -651,7 +651,7 @@ modparam("htable", "enable_dmq", 1)
                <title>Set <varname>timer_procs</varname> parameter</title>
                <programlisting format="linespecific">
 ...
-modparam("htable", "timer_procs", 1)
+modparam("htable", "timer_procs", 4)
 ...
 </programlisting>
                </example>


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to