mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 01:57:41 +08:00
Slight changes
This commit is contained in:
parent
61d0615253
commit
221e547e86
@ -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();
|
||||
|
@ -241,6 +241,7 @@ impl<'extractor> BalancedCaches<'extractor> {
|
||||
}
|
||||
}
|
||||
|
||||
/// SAFETY: No Thread-Local inside
|
||||
unsafe impl MostlySend for BalancedCaches<'_> {}
|
||||
|
||||
struct NormalCaches<'extractor> {
|
||||
|
Loading…
Reference in New Issue
Block a user