mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Rename the index-scheduler module into insta_snapshot
This commit is contained in:
parent
901c405919
commit
4d43a9f5b1
@ -23,7 +23,7 @@ mod batch;
|
||||
pub mod error;
|
||||
mod index_mapper;
|
||||
#[cfg(test)]
|
||||
mod snapshot;
|
||||
mod insta_snapshot;
|
||||
mod utils;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
@ -938,7 +938,7 @@ mod tests {
|
||||
use uuid::Uuid;
|
||||
|
||||
use super::*;
|
||||
use crate::snapshot::{snapshot_bitmap, snapshot_index_scheduler};
|
||||
use crate::insta_snapshot::{snapshot_bitmap, snapshot_index_scheduler};
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum FailureLocation {
|
||||
|
Loading…
Reference in New Issue
Block a user