Skip to main content

COMPACTION_CONCURRENCY

Constant COMPACTION_CONCURRENCY 

Source
pub const COMPACTION_CONCURRENCY: usize = 8;
Expand description

How many summarizer requests run at once. Every page is independent, and each round of the reduction is independent within itself, so the only reason to serialize them is politeness to the provider.