Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit d0a0295

Browse files
authored
Update README.md
Missing comma in the cache_ttl classic configuration example
1 parent 75ccbf8 commit d0a0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Or using the classic config for both parameters:
159159
{rabbit, [
160160
%% ...
161161
]},
162-
{rabbitmq_auth_backend_cache, [{cached_backend, rabbit_auth_backend_ldap}
162+
{rabbitmq_auth_backend_cache, [{cached_backend, rabbit_auth_backend_ldap},
163163
{cache_ttl, 5000}]}].
164164
```
165165

0 commit comments

Comments
 (0)