DEFAULT_CONCURRENCY_LIMIT

Constant DEFAULT_CONCURRENCY_LIMIT 

Source
pub const DEFAULT_CONCURRENCY_LIMIT: usize = 500;
Expand description

Default concurrency limit for StorageService.

This value is used when no explicit limit is set via StorageService::with_concurrency_limit.