mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Rename the index-scheduler module into insta_snapshot
This commit is contained in:
		
				
					committed by
					
						
						Clément Renault
					
				
			
			
				
	
			
			
			
						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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user