mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-19 00:44:19 -05:00
Don't have such a large cache
This commit is contained in:
parent
c7a26b7c32
commit
1c13c9f6b6
@ -131,7 +131,7 @@ class RoomMemberStore(SQLBaseStore):
|
||||
with self._stream_id_gen.get_next() as stream_ordering:
|
||||
yield self.runInteraction("locally_reject_invite", f, stream_ordering)
|
||||
|
||||
@cached(max_entries=1000000, iterable=True)
|
||||
@cached(max_entries=100000, iterable=True)
|
||||
def get_users_in_room(self, room_id):
|
||||
def f(txn):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user