-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve piggyback processing performance
A call to get_piggybacked_hosts_time_settings with a given piggybacked_hostname processed all piggyback data needlessly, leading to a huge performance impact. This change propagates the piggybacked_hostname further to reduce the overhead in the called helpers. We'll have to see if this is enough. If not, we will need to make more drastic changes ;). CMK-21777 Change-Id: I78d72f13518c65acdba72b99cab0c7ec38d3cb23
- Loading branch information
1 parent
be958e7
commit 6966bc8
Showing
2 changed files
with
9 additions
and
3 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
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