HHH-12374 - Order inserts sorting code gives up too soon
This commit is contained in:
parent
83760bb55a
commit
097112353e
|
@ -1183,7 +1183,7 @@ public class ActionQueue {
|
|||
|
||||
boolean sorted = false;
|
||||
|
||||
long maxIterations = latestBatches.size() * 2;
|
||||
long maxIterations = latestBatches.size() * latestBatches.size();
|
||||
long iterations = 0;
|
||||
|
||||
sort:
|
||||
|
|
Loading…
Reference in New Issue