From 3a723206adaa99cf22aee8fead569d9a96e21a7b Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 13 Nov 2015 09:19:46 +0100 Subject: [PATCH] htable: updated the documentation for timer_procs parameter --- modules/htable/doc/htable_admin.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/htable/doc/htable_admin.xml b/modules/htable/doc/htable_admin.xml index b17fb7fc66c..42a77fa3638 100644 --- a/modules/htable/doc/htable_admin.xml +++ b/modules/htable/doc/htable_admin.xml @@ -637,10 +637,10 @@ modparam("htable", "enable_dmq", 1)
<varname>timer_procs</varname> (integer) - 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. @@ -651,7 +651,7 @@ modparam("htable", "enable_dmq", 1) Set <varname>timer_procs</varname> parameter ... -modparam("htable", "timer_procs", 1) +modparam("htable", "timer_procs", 4) ...