Remove size of push get_rules cache

This commit is contained in:
Erik Johnston 2017-05-18 16:17:23 +01:00
parent f33df30732
commit c57789d138

View file

@ -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