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

Cache command output locally #184

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Cache command output locally #184

merged 1 commit into from
Jan 11, 2023

Commits on Jan 11, 2023

  1. Cache command output locally

    We currently only persist command output per-line, which works except that a lot of commands have very long pauses per-line.  Use in-memory caching to save overusing the database for this, and have a fallback when the cache misses to what's currently persisted to approximate a continuous db-write.
    michaeljguarino committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    be9f105 View commit details
    Browse the repository at this point in the history