feat: move RPC cache constants and type (#8597)

This commit is contained in:
Aurélien
2024-06-04 21:13:19 +02:00
committed by GitHub
parent ae9ab69f5f
commit e1f39bdc2f
3 changed files with 29 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
use clap::Args;
use reth_rpc::eth::cache::{
use reth_rpc_server_types::constants::cache::{
DEFAULT_BLOCK_CACHE_MAX_LEN, DEFAULT_CONCURRENT_DB_REQUESTS, DEFAULT_ENV_CACHE_MAX_LEN,
DEFAULT_RECEIPT_CACHE_MAX_LEN,
};