mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Don't list 'redis_pool_size' option multiple times
This commit is contained in:
parent
6b6d07745d
commit
cee90a886e
1 changed files with 1 additions and 2 deletions
|
@ -155,5 +155,4 @@ opt_type(redis_queue_type) ->
|
||||||
fun(ram) -> ram; (file) -> file end;
|
fun(ram) -> ram; (file) -> file end;
|
||||||
opt_type(_) ->
|
opt_type(_) ->
|
||||||
[redis_connect_timeout, redis_db, redis_password,
|
[redis_connect_timeout, redis_db, redis_password,
|
||||||
redis_port, redis_pool_size, redis_server,
|
redis_port, redis_pool_size, redis_server, redis_queue_type].
|
||||||
redis_pool_size, redis_queue_type].
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue