Skip to content

Commit

Permalink
add backend client reload interval config
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPipaliya23 committed Jun 25, 2024
1 parent 00ce6bc commit 226990e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/vmq_metrics_plus/priv/vmq_metrics_plus.schema
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
%% @doc set the backend users reload interval in seconds, the value 0 disables
%% the automatic reloading of the backend users from acl file.
{mapping, "vmq_metrics_plus.backend_client_reload_interval", "vmq_metrics_plus.interval", [
{default, 60},
{datatype, integer}
]}.

0 comments on commit 226990e

Please sign in to comment.