(cherry picked from commit 2486e21ffe
)
Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
@ -1190,7 +1190,7 @@ impl ReplayStage {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let root_distance = poh_slot - root_slot;
|
let root_distance = poh_slot - root_slot;
|
||||||
const MAX_ROOT_DISTANCE_FOR_VOTE_ONLY: Slot = 500;
|
const MAX_ROOT_DISTANCE_FOR_VOTE_ONLY: Slot = 400;
|
||||||
let vote_only_bank = if root_distance > MAX_ROOT_DISTANCE_FOR_VOTE_ONLY {
|
let vote_only_bank = if root_distance > MAX_ROOT_DISTANCE_FOR_VOTE_ONLY {
|
||||||
datapoint_info!("vote-only-bank", ("slot", poh_slot, i64));
|
datapoint_info!("vote-only-bank", ("slot", poh_slot, i64));
|
||||||
true
|
true
|
||||||
|
Reference in New Issue
Block a user