From 4551074812aa4e55aac87c1dbe14c41ca1c61178 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 15 Jun 2022 16:06:49 +0100 Subject: [PATCH] Disable sync cache for complement tests --- docker/complement/conf/workers-shared-extra.yaml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2 index a5b1b6bb8bf0..ccd6cf1bc617 100644 --- a/docker/complement/conf/workers-shared-extra.yaml.j2 +++ b/docker/complement/conf/workers-shared-extra.yaml.j2 @@ -103,4 +103,9 @@ server_notices: system_mxid_avatar_url: "" room_name: "Server Alert" + +# Disable sync cache so that initial `/sync` requests are up-to-date. +sync_response_cache_duration: 0 + + {% include "shared-orig.yaml.j2" %}