Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Jan 26, 2024
1 parent 8beb764 commit b14ef2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ private void logLocalPayloadWin(

if (requestedBuilderBoostFactor.isPresent()) {
// If the requestedBuilderBoostFactor is set,
// we always use it to determine whether the local payload wins
// we always use it over builderBidCompareFactor to determine whether the local payload wins
isDefaultComparisonVC =
requestedBuilderBoostFactor.get().equals(UInt64.valueOf(HUNDRED_PERCENT));
actualComparisonFactor = requestedBuilderBoostFactor;
Expand Down

0 comments on commit b14ef2b

Please sign in to comment.