Module: kamailio Branch: master Commit: fbfc720a82ed2e6c537fd7fa36b913cf079123ae URL: https://github.com/kamailio/kamailio/commit/fbfc720a82ed2e6c537fd7fa36b913cf...
Author: Marat Gareev maratkin94@gmail.com Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2020-07-17T15:08:42+02:00
xhttp_prom: fixed typo in the documentation
---
Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/fbfc720a82ed2e6c537fd7fa36b913cf... Patch: https://github.com/kamailio/kamailio/commit/fbfc720a82ed2e6c537fd7fa36b913cf...
---
diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml index 91ba012f3c..c098f2d382 100644 --- a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml +++ b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml @@ -101,7 +101,7 @@ <title>Set <varname>xhttp_prom_buf_size</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("xhttp", "xhttp_prom_buf_size", 1024) +modparam("xhttp_prom", "xhttp_prom_buf_size", 1024) ... </programlisting> </example> @@ -122,7 +122,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024) <programlisting format="linespecific"> ... # Set timeout to 10 hours -modparam("xhttp", "xhttp_prom_timeout", 600) +modparam("xhttp_prom", "xhttp_prom_timeout", 600) ... </programlisting> </example>