-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(carbonserver): introduce a new cache for expanded globs and u…
…se it in both find and render http handlers; also switch grpc find/render from findCache to this new cache and restore grpc find response caching into findCache Couple points about the new cache: * it's initialised without memory limit, same as find response and render response caches. Might be worth to review this in future for all 3 caches. * there is no toggle to disable this cache, it can be added later if needed.
- Loading branch information
Anton Timofieiev
committed
Feb 5, 2023
1 parent
8192946
commit b61bb69
Showing
3 changed files
with
49 additions
and
41 deletions.
There are no files selected for viewing
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
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