Skip to main content

SOURCE_FETCH_CONCURRENCY

Constant SOURCE_FETCH_CONCURRENCY 

Source
pub const SOURCE_FETCH_CONCURRENCY: Config<usize>;
Expand description

Maximum number of part fetches the persist source issues concurrently, per worker. Concurrent fetches amortize the blob-store round-trip, which dominates when there are many small parts (e.g. a fine-grained hydration replay). 1 keeps the previous serial behavior.