7340: Performance improvement in ancestor filter

This commit is contained in:
Nick Hall 2013-12-31 17:43:47 +00:00
parent fe71887ad1
commit c0770988c6

View File

@ -70,6 +70,8 @@ class IsAncestorOf(Rule):
def init_ancestor_list(self, db, person,first):
if not person:
return
if person.handle in self.map:
return
if not first:
self.map.add(person.handle)