Actions
Bug #2498
closedReports yaml import is very slow
Description
facts.keys.dup.delete_if { |n| fact_names.map(&:name).include? n } creates a tremendous overhead on the facts import from the puppet masters, this fix simply takes the code from the original Puppet::Rails::Host. As an example, imports have gone from ~30s to ~200ms
Updated by Greg Sutcliffe over 11 years ago
- Status changed from New to Ready For Testing
Updated by Daniel Lobato Garcia over 11 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 991cd8ae19d87fc76adf97e18297bb593721e546.
Actions