Skip to content

Commit

Permalink
hopefully fix infinite recursion in optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 17, 2025
1 parent 65bae26 commit d348fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ impl AggregationUpdateQueue {
}
}

if aggregation_number.effective != new_aggregation_number {
if aggregation_number.effective < new_aggregation_number {
#[cfg(feature = "trace_aggregation_update")]
let _span = trace_span!(
"optimize",
Expand Down

0 comments on commit d348fda

Please sign in to comment.