-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only retrieve the fasttrack population attribute if necessary (#1589)
- Profiling revealed that around 15% of runtime was being spent in `enforce_priority_policy` - Specifically, getting all the fasttrack attributes for the event's target individual, whether that is needed or not - Note that vast majority of events do not have fasttrack priorities (or, in policies that do, not all attributes do)
- Loading branch information
Showing
1 changed file
with
22 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters