[sr-dev] git:master:8d885731: modules: readme files regenerated - permissions ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Thu Nov 5 11:46:42 CET 2020


Module: kamailio
Branch: master
Commit: 8d8857314a6d7979dbd5fde584d24919ac1c3328
URL: https://github.com/kamailio/kamailio/commit/8d8857314a6d7979dbd5fde584d24919ac1c3328

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2020-11-05T11:46:32+01:00

modules: readme files regenerated - permissions ... [skip ci]

---

Modified: src/modules/permissions/README

---

Diff:  https://github.com/kamailio/kamailio/commit/8d8857314a6d7979dbd5fde584d24919ac1c3328.diff
Patch: https://github.com/kamailio/kamailio/commit/8d8857314a6d7979dbd5fde584d24919ac1c3328.patch

---

diff --git a/src/modules/permissions/README b/src/modules/permissions/README
index 9837cfd1b2..ebb097b2cd 100644
--- a/src/modules/permissions/README
+++ b/src/modules/permissions/README
@@ -1024,7 +1024,8 @@ if (allow_trusted("$si", "any", "$ai")) {
    database table into cache memory. In cache memory the entries are for
    performance reasons stored in two different tables: address table and
    subnet table depending on the value of the mask field (IPv6: 64 or
-   smaller, IPv4: 32 or smaller).
+   smaller, IPv4: 32 or smaller). Note that there is a rate limiting of
+   maximum one reload in five seconds.
 
    Parameters: none
 
@@ -1066,7 +1067,8 @@ if (allow_trusted("$si", "any", "$ai")) {
 5.7.  permissions.trustedReload
 
    Causes the permissions module to re-read the contents of the trusted
-   database table into cache memory.
+   database table into cache memory. Note that there is a rate limiting of
+   maximum one reload in five seconds.
 
    Parameters: none
 




More information about the sr-dev mailing list