mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Slight changes
This commit is contained in:
parent
61d0615253
commit
221e547e86
2 changed files with 2 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ impl IndexScheduler {
|
|||
|
||||
let started_processing_at = std::time::Instant::now();
|
||||
let secs_since_started_processing_at = AtomicU64::new(0);
|
||||
const PRINT_SECS_DELTA: u64 = 1;
|
||||
const PRINT_SECS_DELTA: u64 = 5;
|
||||
|
||||
let processing_tasks = self.processing_tasks.clone();
|
||||
let must_stop_processing = self.must_stop_processing.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue