[sr-dev] git:master:30b85032: htable: removed inexistent timer_mode parameter from docs

Daniel-Constantin Mierla miconda at gmail.com
Fri Nov 13 09:21:14 CET 2015


Module: kamailio
Branch: master
Commit: 30b85032e23b69cb0e355ba796545daa23dc705a
URL: https://github.com/kamailio/kamailio/commit/30b85032e23b69cb0e355ba796545daa23dc705a

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-11-13T09:18:18+01:00

htable: removed inexistent timer_mode parameter from docs

---

Modified: modules/htable/doc/htable_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/30b85032e23b69cb0e355ba796545daa23dc705a.diff
Patch: https://github.com/kamailio/kamailio/commit/30b85032e23b69cb0e355ba796545daa23dc705a.patch

---

diff --git a/modules/htable/doc/htable_admin.xml b/modules/htable/doc/htable_admin.xml
index ea82a3e..b17fb7f 100644
--- a/modules/htable/doc/htable_admin.xml
+++ b/modules/htable/doc/htable_admin.xml
@@ -581,27 +581,6 @@ modparam("htable", "timer_interval", 10)
 </programlisting>
 		</example>
 	</section>
-	<section id="htable.p.timer_mode">
-		<title><varname>timer_mode</varname> (integer)</title>
-		<para>
-		If set to 1, the module will start a new timer process. If set to 0
-		will use the default timer process to check for expired htable
-		values.
-		</para>
-		<para>
-		<emphasis>
-			Default value is 0.
-		</emphasis>
-		</para>
-		<example>
-		<title>Set <varname>timer_mode</varname> parameter</title>
-		<programlisting format="linespecific">
-...
-modparam("htable", "timer_mode", 1)
-...
-</programlisting>
-		</example>
-	</section>
 	<section id="htable.p.db_expires">
 		<title><varname>db_expires</varname> (integer)</title>
 		<para>




More information about the sr-dev mailing list