Skip to content

Commit 29c41eb

Browse files
graph: Update inline docs
Signed-off-by: Maksim Dimitrov <dimitrov.maksim@gmail.com>
1 parent 8ad016d commit 29c41eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graph/src/env/store.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ pub struct EnvVarsStore {
160160
/// Set by the environment variable `GRAPH_STORE_ACCOUNT_LIKE_MAX_UNIQUE_RATIO`
161161
/// Defines the maximum share of unique entities (e.g. 0.01 for a 1:100 entity-to-version ratio).
162162
pub account_like_max_unique_ratio: Option<f64>,
163-
/// Disables the store call cache entirely. Graph node will skip writing and reading from the
164-
/// call cache. The buffered block call cache will still be enabled.
163+
/// Disables storing or reading `eth_call` results from the store call cache.
165164
/// Set by `GRAPH_STORE_DISABLE_CALL_CACHE`. Defaults to false.
166165
pub disable_call_cache: bool,
167166
}

0 commit comments

Comments
 (0)