We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277f45e commit 1d60c3dCopy full SHA for 1d60c3d
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