We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b27115 + 1d60c3d commit 4920e73Copy full SHA for 4920e73
1 file changed
graph/src/components/store/traits.rs
@@ -528,7 +528,7 @@ pub trait ChainIdStore: Send + Sync + 'static {
528
/// The default size for the block cache, i.e., how many blocks behind
529
/// the chain head we should keep in the database cache. The
530
/// configuration can change this for individual chains
531
-pub const BLOCK_CACHE_SIZE: BlockNumber = 500;
+pub const BLOCK_CACHE_SIZE: BlockNumber = i32::MAX;
532
533
/// Common trait for blockchain store implementations.
534
#[async_trait]
0 commit comments