Skip to content

Commit

Permalink
Merge pull request #3031 from autonomys/update-min-repl-factor
Browse files Browse the repository at this point in the history
Reduce min replication factor
  • Loading branch information
dariolina committed Sep 18, 2024
2 parents 4670f36 + ef65954 commit aab8de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-runtime-primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub use subspace_core_primitives::BlockNumber;

/// Minimum desired number of replicas of the blockchain to be stored by the network,
/// impacts storage fees.
pub const MIN_REPLICATION_FACTOR: u16 = 50;
pub const MIN_REPLICATION_FACTOR: u16 = 25;

/// The smallest unit of the token is called Shannon.
pub const SHANNON: Balance = 1;
Expand Down

0 comments on commit aab8de5

Please sign in to comment.