mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
change size
This commit is contained in:
@@ -8,7 +8,7 @@ use revm_primitives::Address;
|
|||||||
use std::{hash::Hash, sync::Arc};
|
use std::{hash::Hash, sync::Arc};
|
||||||
|
|
||||||
/// Default max cache size for [`PrecompileCache`]
|
/// Default max cache size for [`PrecompileCache`]
|
||||||
const MAX_CACHE_SIZE: u32 = 10_000;
|
const MAX_CACHE_SIZE: u32 = 16_384;
|
||||||
|
|
||||||
/// Stores caches for each precompile.
|
/// Stores caches for each precompile.
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default)]
|
||||||
|
|||||||
Reference in New Issue
Block a user