-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix local storage quota errors (#141)
- don't store entire RPC response since it's not even used; only store the minimum response info for rendering item in history - limit storage for a single key to 1mb -- most grpcui instances will have only one key, so this should keep us well under normal quota (which is 5mb) - even after above limit, if we still hit quota issue: don't blow up! instead, log the error and keep going
- Loading branch information
Showing
3 changed files
with
53 additions
and
17 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters