Skip to content

Commit

Permalink
Add MC_SHARDING_STRATEGY
Browse files Browse the repository at this point in the history
  • Loading branch information
awygle committed Apr 21, 2023
1 parent b521939 commit fee2eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog/ledger/server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub struct LedgerStoreConfig {

/// Determines which group of Key Images the Key Image Store instance will
/// process.
#[clap(long, default_value = "default")]
#[clap(long, default_value = "default", env = "MC_SHARDING_STRATEGY")]
pub sharding_strategy: ShardingStrategy,
}

Expand Down

0 comments on commit fee2eb8

Please sign in to comment.