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
1 changed files with 0 additions and 1 deletions

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 %}