[sr-dev] git:master:f87adf6a: htable: docs - rephrased info for db_expires to clarify its purpose

Daniel-Constantin Mierla miconda at gmail.com
Fri Jun 28 14:54:05 CEST 2019


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2019-06-28T14:53:02+02:00

htable: docs - rephrased info for db_expires to clarify its purpose

---

Modified: src/modules/htable/doc/htable_admin.xml

---

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

---

diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml
index 859f7787ca..d814881044 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -600,9 +600,16 @@ modparam("htable", "timer_interval", 10)
 	<section id="htable.p.db_expires">
 		<title><varname>db_expires</varname> (integer)</title>
 		<para>
-			If set to 1, the module will load/save the expires values of the items in
-			hash table from/to database. It applies only to hash tables that
-			have the auto-expires attribute defined.
+			If set to 1, the module loads/saves the value for expire of
+			the items in hash table from/to database. It applies only to hash
+			tables that have the auto-expires attribute defined. If set to 0,
+			only the key name and the value are loaded, the expires for each
+			item being set to 0.
+		</para>
+		<para>
+			Note that the module is not reloading automatically the items from
+			database when they expire, the reloading can be done only via RPC
+			command.
 		</para>
 		<para>
 		<emphasis>




More information about the sr-dev mailing list