Skip to content

Commit

Permalink
Remove duplicate constants caused by incorrect GitHub auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 10, 2024
1 parent 45ac2f1 commit 1045215
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/subspace-gateway/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ pub const DEFAULT_MAX_SIZE: usize = 5 * 1024 * 1024;
/// Multiplier on top of outgoing connections number for piece downloading purposes
const PIECE_PROVIDER_MULTIPLIER: usize = 10;

/// The default size limit, based on the maximum block size in some domains.
pub const DEFAULT_MAX_SIZE: usize = 5 * 1024 * 1024;
/// Multiplier on top of outgoing connections number for piece downloading purposes
const PIECE_PROVIDER_MULTIPLIER: usize = 10;

/// Commands for working with a gateway.
#[derive(Debug, Parser)]
#[clap(about, version)]
Expand Down

0 comments on commit 1045215

Please sign in to comment.