Increase LRU cache size for parse_expansion and macro_expand queries

This commit is contained in:
Lukas Wirth 2023-04-22 10:35:40 +02:00
parent f2295cda42
commit 6253fc031b
3 changed files with 12 additions and 7 deletions

View file

@ -53,7 +53,7 @@ pub struct FileRange {
pub range: TextRange,
}
pub const DEFAULT_LRU_CAP: usize = 128;
pub const DEFAULT_PARSE_LRU_CAP: usize = 128;
pub trait FileLoader {
/// Text of the file.