1
0
Fork 0
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:
Evgeniy Khramtsov 2017-05-08 17:22:34 +03:00
parent 6b6d07745d
commit cee90a886e

View file

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