Skip to content

Commit

Permalink
added query for slice of childorders
Browse files Browse the repository at this point in the history
  • Loading branch information
rumakt committed Nov 24, 2023
1 parent f9e8f95 commit fed77e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object IgniteOrderLoader extends App {
private val childOrderCounter = new LongAdder()
private val executor = Executors.newWorkStealingPool()

(0 until (100_000)).foreach(i =>
(0 until (10_000)).foreach(i =>
executor.execute { () =>
val parent = ordersModel.createParent()
val childrenToCreate = randomNumbers.seededRand(100, 250)
Expand Down

0 comments on commit fed77e4

Please sign in to comment.