25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

The redis_reconnect_timeout was no longer used (#1983)

This commit is contained in:
Badlop 2017-09-07 20:24:56 +02:00
parent d87151aee6
commit 9e35af54e0

View File

@ -432,6 +432,5 @@ redis_port: {{ env['EJABBERD_REDIS_PORT'] or 6379 }}
redis_password: {{ env['EJABBERD_REDIS_PASSWORD'] }}
{% endif %}
redis_db: {{ env['EJABBERD_REDIS_DB'] or 0}}
redis_reconnect_timeout: {{ env['EJABBERD_REDIS_RECONNECT_TIMEOUT'] or 1 }}
redis_connect_timeout: {{ env['EJABBERD_REDIS_CONNECT_TIMEOUT'] or 1 }}
{% endif %}