Skip to content

Commit

Permalink
ratelimit: fix docs to actual values in the code for queue and pipe l…
Browse files Browse the repository at this point in the history
…imits

(cherry picked from commit cae9d78)
(cherry picked from commit 9834292)
(cherry picked from commit ab876c0)
  • Loading branch information
henningw authored and miconda committed Sep 15, 2022
1 parent e43de8a commit de4acc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ratelimit/doc/ratelimit_admin.xml
Expand Up @@ -582,10 +582,10 @@ modparam("ratelimit", "pipe", "4:NETWORK:10000")
MAX_PIPES/MAX_QUEUES can be added without recompilation.
<itemizedlist>
<listitem><para>
<emphasis>MAX_PIPES</emphasis> - 16
<emphasis>MAX_PIPES</emphasis> - 32
</para></listitem>
<listitem><para>
<emphasis>MAX_QUEUES</emphasis> - 10
<emphasis>MAX_QUEUES</emphasis> - 32
</para></listitem>
</itemizedlist>
</para>
Expand Down

0 comments on commit de4acc5

Please sign in to comment.