Explorar o código

htable: updated the documentation for timer_procs parameter

Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
3a723206ad
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      modules/htable/doc/htable_admin.xml

+ 5 - 5
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>