Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Cache state service account blob from disk reads #668

Merged
merged 2 commits into from
Feb 11, 2022
Merged

Conversation

kspearrin
Copy link
Member

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Prevent so much disk i/o with the new large account object being read so much.

Code changes

Adds an account cache in memory to buffer the disk reads.

Testing requirements

Regression

Before you submit

  • I have checked for linting errors (npm run lint) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants