From 09bbe96a32f70ff7328eac431ea2efb48a3a8175 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 5 Jan 2023 15:00:17 +0100 Subject: [PATCH] permissions: docs - note that rpc reload commands are exported with RPC_EXEC_DELTA flag --- src/modules/permissions/doc/permissions_admin.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/modules/permissions/doc/permissions_admin.xml b/src/modules/permissions/doc/permissions_admin.xml index 9336112cecb..745a1de1159 100644 --- a/src/modules/permissions/doc/permissions_admin.xml +++ b/src/modules/permissions/doc/permissions_admin.xml @@ -1330,6 +1330,11 @@ if (allow_trusted("$si", "any", "$ai")) { paramenter. By default is allowed maximum one reload in five seconds. Parameters: none + + This RPC command is exported with "RPC_EXEC_DELTA" flag, therefore its + execution rate can be restricted to specific time intervals by setting + the "rpc_exec_delta" core parameter. +
@@ -1413,6 +1418,11 @@ if (allow_trusted("$si", "any", "$ai")) { paramenter. By default is allowed maximum one reload in five seconds. Parameters: none + + This RPC command is exported with "RPC_EXEC_DELTA" flag, therefore its + execution rate can be restricted to specific time intervals by setting + the "rpc_exec_delta" core parameter. +