MCPcopy Index your code
hub / github.com/AI45Lab/Code / search_concurrency

Method search_concurrency

core/src/workspace/s3.rs:213–216  ·  view source on GitHub ↗

Override the per-search download concurrency. See [`DEFAULT_SEARCH_CONCURRENCY`]. `0` resets to the default at backend construction.

(mut self, n: usize)

Source from the content-addressed store, hash-verified

211 /// [`DEFAULT_SEARCH_CONCURRENCY`]. `0` resets to the default at backend
212 /// construction.
213 pub fn search_concurrency(mut self, n: usize) -> Self {
214 self.search_concurrency = Some(n);
215 self
216 }
217}
218
219/// S3-compatible workspace backend.

Calls

no outgoing calls