Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit abb3029

Browse files
committed
Disable sync cache for complement tests
1 parent 2b97665 commit abb3029

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/complement/conf/workers-shared-extra.yaml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,10 @@ server_notices:
103103
system_mxid_avatar_url: ""
104104
room_name: "Server Alert"
105105

106+
107+
# Disable sync cache so that initial `/sync` requests are up-to-date.
108+
caches:
109+
sync_response_cache_duration: 0
110+
111+
106112
{% include "shared-orig.yaml.j2" %}

0 commit comments

Comments
 (0)