Skip to content

Commit

Permalink
Update ticks per slot
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin committed Oct 22, 2024
1 parent 29c1132 commit e9af5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
let faucet_pubkey = pubkey_of(&matches, "faucet_pubkey");

// let ticks_per_slot = value_t_or_exit!(matches, "ticks_per_slot", u64);
let ticks_per_slot = 512; // 1024
let ticks_per_slot = 64; // 1024

let mut fee_rate_governor = FeeRateGovernor::new(
value_t_or_exit!(matches, "target_lamports_per_signature", u64),
Expand Down

0 comments on commit e9af5f0

Please sign in to comment.