From 3de399025f550973b04baeb6b66d062a16e1b884 Mon Sep 17 00:00:00 2001 From: wjbeckett Date: Mon, 30 Sep 2024 22:41:36 +1000 Subject: [PATCH] hard coded redis port. --- roles/custom/matrix-element-call/templates/redis.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/templates/redis.conf.j2 b/roles/custom/matrix-element-call/templates/redis.conf.j2 index 993572096..32a39f7be 100644 --- a/roles/custom/matrix-element-call/templates/redis.conf.j2 +++ b/roles/custom/matrix-element-call/templates/redis.conf.j2 @@ -1,5 +1,5 @@ bind 0.0.0.0 protected-mode yes -port {{ matrix_element_call_redis_port }} +port 6379 timeout 0 tcp-keepalive 300