Skip to content

Commit

Permalink
modules: readme files regenerated - xhttp_prom ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jul 17, 2020
1 parent fbfc720 commit 1c129fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/xhttp_prom/README
Expand Up @@ -168,7 +168,7 @@ Chapter 1. Admin Guide

Example 1.1. Set xhttp_prom_buf_size parameter
...
modparam("xhttp", "xhttp_prom_buf_size", 1024)
modparam("xhttp_prom", "xhttp_prom_buf_size", 1024)
...

3.2. xhttp_prom_timeout (integer)
Expand All @@ -181,7 +181,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024)
Example 1.2. Set xhttp_prom_timeout parameter
...
# Set timeout to 10 hours
modparam("xhttp", "xhttp_prom_timeout", 600)
modparam("xhttp_prom", "xhttp_prom_timeout", 600)
...

3.3. xhttp_prom_stats (str)
Expand Down

0 comments on commit 1c129fd

Please sign in to comment.