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:
parent
d87151aee6
commit
9e35af54e0
@ -432,6 +432,5 @@ redis_port: {{ env['EJABBERD_REDIS_PORT'] or 6379 }}
|
|||||||
redis_password: {{ env['EJABBERD_REDIS_PASSWORD'] }}
|
redis_password: {{ env['EJABBERD_REDIS_PASSWORD'] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
redis_db: {{ env['EJABBERD_REDIS_DB'] or 0}}
|
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 }}
|
redis_connect_timeout: {{ env['EJABBERD_REDIS_CONNECT_TIMEOUT'] or 1 }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user