Make configuration parameter `interval` more friendly
This commit is contained in:
parent
9fb315f182
commit
dd59adaf0c
|
|
@ -29,8 +29,8 @@ and a refresh interval:
|
||||||
|
|
||||||
```
|
```
|
||||||
{rabbitmq_trust_store,
|
{rabbitmq_trust_store,
|
||||||
[{directory, "$HOME/rabbit/whitelist"}, %% trusted certificate directory path
|
[{directory, "$HOME/rabbit/whitelist"}, %% trusted certificate directory path
|
||||||
{interval, 30} %% refresh interval in seconds
|
{refresh_interval, {seconds, 30}} %% refresh interval in seconds (only)
|
||||||
]}
|
]}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue