Open
Description
I am seeing very slow (minutes per request) performance when lists are invalidated. I traced that to the recursive flush list expansion. In its present form it allows for a flush list to be hit multiple times.
The fix is to simply check if a list has already been expanded, and if it is - skip it.
I have created PR #106 . Would someone please review and pull in the changes into the main repository.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels