Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid disk hit for renderer generation on pillar instantiation #36525

Merged
merged 1 commit into from
Sep 26, 2016

Commits on Sep 23, 2016

  1. Cache the renderer in the pillar

    Prior to this, both salt-call and MWorkers would hit the disk to pull
    all of the renderers on each pillar generation. This should provide a marginal
    peformance increase for both.
    Mike Place committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    bd12f7e View commit details
    Browse the repository at this point in the history