Also improve the cache size while we're at it

This commit is contained in:
David Robertson 2023-01-26 10:56:33 +00:00
parent 1ce0bd2d77
commit 5c1fe0b20e
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -1255,7 +1255,7 @@ class RoomWorkerStore(CacheInvalidationWorkerStore):
return room_servers
@cached()
@cached(max_entries=10000)
async def is_partial_state_room(self, room_id: str) -> bool:
"""Checks if this room has partial state.