f.IntVar(&c.DownloadParallelism,prefix+"download-parallelism",8,"The amount of maximum concurrent bloom blocks downloads. Usually set to 2x number of CPU cores.")
c.BlocksCache.RegisterFlagsWithPrefixAndDefaults(prefix+"blocks-cache.","Cache for bloom blocks. ",f,24*time.Hour)
c.MetasCache.RegisterFlagsWithPrefix(prefix+"metas-cache.","Cache for bloom metas. ",f)
c.MetasLRUCache.RegisterFlagsWithPrefix(prefix+"metas-lru-cache.","In-memory LRU cache for bloom metas. ",f)