mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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…
Reference in New Issue
Block a user