Skip to content

Commit

Permalink
feat: set default storage size to 1GB (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
carver authored Oct 29, 2024
1 parent 3ad7fe0 commit be4893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethportal-api/src/types/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub const DEFAULT_DISCOVERY_PORT: u16 = 9009;
pub const DEFAULT_UTP_TRANSFER_LIMIT: usize = 50;
const DEFAULT_SUBNETWORKS: &str = "history";
pub const DEFAULT_NETWORK: &str = "mainnet";
pub const DEFAULT_STORAGE_CAPACITY_MB: &str = "100";
pub const DEFAULT_STORAGE_CAPACITY_MB: &str = "1000";
pub const DEFAULT_WEB3_TRANSPORT: &str = "ipc";

use crate::dashboard::grafana::{GrafanaAPI, DASHBOARD_TEMPLATES};
Expand Down

0 comments on commit be4893e

Please sign in to comment.