Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(anvil): --cache-path #9343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yash-atreya
Copy link
Member

@yash-atreya yash-atreya commented Nov 18, 2024

Motivation

Closes #3512 + Closes #8654

Solution

Introduces the --cache-path flag to anvil letting users can configure where the old state is stored

@yash-atreya yash-atreya changed the title feat(anvil): --cache-path feat(anvil): --cache-path Nov 18, 2024
@@ -969,6 +972,13 @@ impl NodeConfig {
self
}

/// Sets the path where old states are cached
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Sets the path where old states are cached
/// Sets the path where states are cached

Comment on lines +192 to +193
/// The path where old states are cached.
pub cache_path: Option<PathBuf>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// The path where old states are cached.
pub cache_path: Option<PathBuf>,
/// The path where states are cached.
pub cache_path: Option<PathBuf>,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
2 participants