mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-30 07:41:29 +01:00
Remove size of push get_rules cache
This commit is contained in:
parent
f33df30732
commit
c57789d138
@ -67,7 +67,7 @@ class BulkPushRuleEvaluator:
|
||||
|
||||
defer.returnValue(rules_by_user)
|
||||
|
||||
@cached(max_entries=10000)
|
||||
@cached()
|
||||
def _get_rules_for_room(self, room_id):
|
||||
"""Get the current RulesForRoom object for the given room id
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user