Skip to content

Commit

Permalink
rate_cacher: 🐛 fix parameter types
Browse files Browse the repository at this point in the history
(cherry picked from commit c8219a8)
  • Loading branch information
spacetourist authored and liviuchircu committed Nov 28, 2022
1 parent 218ced6 commit 0cba1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rate_cacher/doc/rate_cacher_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ modparam("rate_cacher", "vendors_db_table", "my_vendors_view")
</section>

<section id="vendors_hash_size" xreflabel="vendors_hash_size">
<title><varname>vendors_hash_size</varname> (str)</title>
<title><varname>vendors_hash_size</varname> (int)</title>
<para>
The size of the hash table internally used to keep the vendors. A
larger table is much faster but consumes more memory. The hash size
Expand Down Expand Up @@ -151,7 +151,7 @@ modparam("rate_cacher", "clients_db_table", "my_clients_view")
</section>

<section id="clients_hash_size" xreflabel="clients_hash_size">
<title><varname>clients_hash_size</varname> (str)</title>
<title><varname>clients_hash_size</varname> (int)</title>
<para>
The size of the hash table internally used to keep the clients. A
larger table is much faster but consumes more memory. The hash size
Expand Down

0 comments on commit 0cba1fc

Please sign in to comment.