Searched refs:kChunkFlushSize (Results 1 – 1 of 1) sorted by relevance
203 pendingBlocksBuffer_.resize(kChunkFlushSize + 2 * kBlockSize); in IncrementalServer()263 static constexpr auto kChunkFlushSize = 31 * kBlockSize; member in incremental::IncrementalServer510 if (flush || pendingBlocks_ - pendingBlocksBuffer_.data() > kChunkFlushSize) { in Send()