|
@@ -637,10 +637,10 @@ modparam("htable", "enable_dmq", 1)
|
|
<section id="htable.p.timer_procs">
|
|
<section id="htable.p.timer_procs">
|
|
<title><varname>timer_procs</varname> (integer)</title>
|
|
<title><varname>timer_procs</varname> (integer)</title>
|
|
<para>
|
|
<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>
|
|
<para>
|
|
<para>
|
|
<emphasis>
|
|
<emphasis>
|
|
@@ -651,7 +651,7 @@ modparam("htable", "enable_dmq", 1)
|
|
<title>Set <varname>timer_procs</varname> parameter</title>
|
|
<title>Set <varname>timer_procs</varname> parameter</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
...
|
|
...
|
|
-modparam("htable", "timer_procs", 1)
|
|
|
|
|
|
+modparam("htable", "timer_procs", 4)
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|