refactor: Rename module and file to just timeout

pull/24376/head
Carol (Nichols || Goulding) 2023-03-16 13:40:28 -04:00
parent 85687ecd4c
commit 46b94c1362
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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},