const CONCURRENT_CITED_DOCUMENT_FETCHES: usize = 5;
How many cited documents are fetched at once, bounding what one search round asks of the search index at the same time.