Searched refs:BATCH_SIZE (Results 1 – 1 of 1) sorted by relevance
69 private static final int BATCH_SIZE = 32; field in StackStreamFactory619 if (lastBatchFrameCount > BATCH_SIZE) { in batchSize()622 return Math.min(lastBatchFrameCount*2, BATCH_SIZE); in batchSize()