refactor: Rename module and file to just timeout
parent
85687ecd4c
commit
46b94c1362
|
@ -37,7 +37,7 @@ pub mod scratchpad;
|
|||
pub mod skipped_compactions_source;
|
||||
pub mod split_or_compact;
|
||||
pub mod tables_source;
|
||||
pub mod timeout_with_progress;
|
||||
pub mod timeout;
|
||||
|
||||
/// Pluggable system to determine compactor behavior. Please see
|
||||
/// [Crate Level Documentation](crate) for more details on the
|
||||
|
|
|
@ -10,7 +10,7 @@ use tracker::InstrumentedAsyncSemaphore;
|
|||
use crate::{
|
||||
components::{
|
||||
scratchpad::Scratchpad,
|
||||
timeout_with_progress::{timeout_with_progress_checking, TimeoutWithProgress},
|
||||
timeout::{timeout_with_progress_checking, TimeoutWithProgress},
|
||||
Components,
|
||||
},
|
||||
error::{DynError, ErrorKind, SimpleError},
|
||||
|
|
Loading…
Reference in New Issue