Module: kamailio
Branch: master
Commit: e7b3724d3fc514c8a541a6a7f7fb1a782f21f2e7
URL:
https://github.com/kamailio/kamailio/commit/e7b3724d3fc514c8a541a6a7f7fb1a7…
Author: Jose Luis Verdeguer <pepeluxx(a)gmail.com>
Committer: Jose Luis Verdeguer <pepeluxx(a)gmail.com>
Date: 2022-10-22T16:43:26+02:00
secfilter: Added information about two new params in the README file [skip ci]
---
Modified: src/modules/secfilter/doc/secfilter_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/e7b3724d3fc514c8a541a6a7f7fb1a7…
Patch:
https://github.com/kamailio/kamailio/commit/e7b3724d3fc514c8a541a6a7f7fb1a7…
---
diff --git a/src/modules/secfilter/doc/secfilter_admin.xml
b/src/modules/secfilter/doc/secfilter_admin.xml
index fff4ca3b2c8..48c54868de6 100644
--- a/src/modules/secfilter/doc/secfilter_admin.xml
+++ b/src/modules/secfilter/doc/secfilter_admin.xml
@@ -212,6 +212,47 @@
</programlisting>
</example>
</section>
+
+ <section id="secfilter.p.reload_delta">
+ <title><varname>reload_delta</varname> (integer)</title>
+
+ <para>
+ The number of seconds that have to be waited before executing a new RPC reload.
+ By default there is a rate limiting of maximum one reload in five seconds.
+
+ If set to <emphasis>0</emphasis>, no rate limit is
configured.
+ </para>
+ <para><emphasis> Default value is 5</emphasis></para>
+
+ <example>
+ <title>Set <varname>reload_delta</varname>
parameter</title>
+
+ <programlisting format="linespecific">
+ ...
+ modparam("secfilter", "reload_delta", 1)
+ ...
+ </programlisting>
+ </example>
+ </section>
+
+ <section id="secfilter.p.cleanup_interval">
+ <title><varname>cleanup_interval</varname>
(integer)</title>
+
+ <para>
+ The number of seconds that have to be wait before cleanup the previous values from
memory after a RPC reload.
+ </para>
+ <para><emphasis> Default value is 60</emphasis></para>
+
+ <example>
+ <title>Set <varname>cleanup_interval</varname>
parameter</title>
+
+ <programlisting format="linespecific">
+ ...
+ modparam("secfilter", "cleanup_interval", 120)
+ ...
+ </programlisting>
+ </example>
+ </section>
</section>
<section>