Update README.md
Missing comma in the cache_ttl classic configuration example
This commit is contained in:
parent
4ea64e4ff2
commit
d0aeab759e
|
@ -159,7 +159,7 @@ Or using the classic config for both parameters:
|
|||
{rabbit, [
|
||||
%% ...
|
||||
]},
|
||||
{rabbitmq_auth_backend_cache, [{cached_backend, rabbit_auth_backend_ldap}
|
||||
{rabbitmq_auth_backend_cache, [{cached_backend, rabbit_auth_backend_ldap},
|
||||
{cache_ttl, 5000}]}].
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue