Skip to content

Commit

Permalink
Added comment about reasoning to refresh merge attribute list while m…
Browse files Browse the repository at this point in the history
…erging
  • Loading branch information
lkarlslund committed Nov 15, 2023
1 parent e24e111 commit 79bf7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/engine/processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func Merge(aos []*Objects) (*Objects, error) {
}
}
if i%16384 == 0 {
// Refresh the list of attributes, ordered by most successfull first
mergeon = getMergeAttributes()
}
globalobjects.AddMerge(mergeon, addobject)
Expand Down

0 comments on commit 79bf7b8

Please sign in to comment.