We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad016d commit 29c41ebCopy full SHA for 29c41eb
graph/src/env/store.rs
@@ -160,8 +160,7 @@ pub struct EnvVarsStore {
160
/// Set by the environment variable `GRAPH_STORE_ACCOUNT_LIKE_MAX_UNIQUE_RATIO`
161
/// Defines the maximum share of unique entities (e.g. 0.01 for a 1:100 entity-to-version ratio).
162
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.
+ /// Disables storing or reading `eth_call` results from the store call cache.
165
/// Set by `GRAPH_STORE_DISABLE_CALL_CACHE`. Defaults to false.
166
pub disable_call_cache: bool,
167
}
0 commit comments