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

perf: Disable round trip on write #245

Merged
merged 2 commits into from
Sep 16, 2022

Commits on Sep 16, 2022

  1. perf: Disable round trip on write

    This disables the round-tripping of cached data between
    serialized/deserialized JSON when caching in OPA. This
    reduces the amount of time a lock is held on OPA's cache, which
    helps mitigate the lock contention mentioned in
    open-policy-agent/gatekeeper#2060
    
    Signed-off-by: Max Smythe <smythe@google.com>
    maxsmythe committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4789b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed4a41 View commit details
    Browse the repository at this point in the history