|
@@ -578,27 +578,6 @@ modparam("htable", "fetch_rows", 1000)
|
|
...
|
|
...
|
|
modparam("htable", "timer_interval", 10)
|
|
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>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|