Skip to content

Commit

Permalink
permissions: docs - note that rpc reload commands are exported with R…
Browse files Browse the repository at this point in the history
…PC_EXEC_DELTA flag
  • Loading branch information
miconda committed Jan 5, 2023
1 parent 5d9ed67 commit 09bbe96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/modules/permissions/doc/permissions_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,11 @@ if (allow_trusted("$si", "any", "$ai")) {
paramenter. By default is allowed maximum one reload in five seconds.
</para>
<para>Parameters: <emphasis>none</emphasis></para>
<para>
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.
</para>
</section>

<section id ="permissions.r.addressDump">
Expand Down Expand Up @@ -1413,6 +1418,11 @@ if (allow_trusted("$si", "any", "$ai")) {
paramenter. By default is allowed maximum one reload in five seconds.
</para>
<para>Parameters: <emphasis>none</emphasis></para>
<para>
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.
</para>
</section>
<section id ="permissions.r.trustedDump">
<title>
Expand Down

0 comments on commit 09bbe96

Please sign in to comment.