Skip to content

Commit

Permalink
Revert "Reduce UNLOCK_NONCE_SLOT to ensure it is active on all three …
Browse files Browse the repository at this point in the history
…clusters (#10223)" (#10370)

automerge
  • Loading branch information
mvines authored Jun 2, 2020
1 parent e023719 commit 5ade9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/shred.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub const SIZE_OF_NONCE_DATA_SHRED_PAYLOAD: usize =
pub const OFFSET_OF_SHRED_SLOT: usize = SIZE_OF_SIGNATURE + SIZE_OF_SHRED_TYPE;
pub const OFFSET_OF_SHRED_INDEX: usize = OFFSET_OF_SHRED_SLOT + SIZE_OF_SHRED_SLOT;
pub const NONCE_SHRED_PAYLOAD_SIZE: usize = PACKET_DATA_SIZE - SIZE_OF_NONCE;
pub const UNLOCK_NONCE_SLOT: Slot = 5_000_000;
pub const UNLOCK_NONCE_SLOT: Slot = 13_115_515;

thread_local!(static PAR_THREAD_POOL: RefCell<ThreadPool> = RefCell::new(rayon::ThreadPoolBuilder::new()
.num_threads(get_thread_count())
Expand Down

0 comments on commit 5ade9b9

Please sign in to comment.