Update README.md

Missing comma in the cache_ttl classic configuration example
This commit is contained in:
Romain Bouyé 2018-12-17 19:10:20 +00:00 committed by GitHub
parent 4ea64e4ff2
commit d0aeab759e
1 changed files with 1 additions and 1 deletions

View File

@ -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}]}].
```