diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-03-25 23:03:22 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-03-30 12:52:28 +0200 |
| commit | 5616d91b732134fca2142f858a01aefb1eb2681e (patch) | |
| tree | 5006ee5fb0e7fc78a2db8363baf11fdbe12f02ef /docs/user | |
| parent | 27c076a36744f7f8be3b950891cbc0350dc29f6e (diff) | |
| download | rust-5616d91b732134fca2142f858a01aefb1eb2681e.tar.gz rust-5616d91b732134fca2142f858a01aefb1eb2681e.zip | |
internal: Add config to specifiy lru capacities for all queries
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 6937a7ed9a2..12dfe394f1d 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -639,6 +639,11 @@ Elements must be paths pointing to `Cargo.toml`, -- Number of syntax trees rust-analyzer keeps in memory. Defaults to 128. -- +[[rust-analyzer.lru.query.capacities]]rust-analyzer.lru.query.capacities (default: `{}`):: ++ +-- +Sets the LRU capacity of the specified queries. +-- [[rust-analyzer.notifications.cargoTomlNotFound]]rust-analyzer.notifications.cargoTomlNotFound (default: `true`):: + -- |
