Remove my comments

This commit is contained in:
Mubelotix
2025-06-26 12:21:34 +02:00
parent 2ff382c023
commit 4d26e9c6f2
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ impl IndexScheduler {
index: &'i Index,
operation: IndexOperation,
progress: &Progress,
embedder_stats: Arc<EmbedderStats>, // Cant change
embedder_stats: Arc<EmbedderStats>,
) -> Result<(Vec<Task>, Option<ChannelCongestion>)> {
let indexer_alloc = Bump::new();
let started_processing_at = std::time::Instant::now();