Don't expose IndexDb throughout the crate

This commit is contained in:
Luke Parker
2024-08-27 00:44:11 -04:00
parent 9ab8ba0215
commit 2bddf00222
5 changed files with 42 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ pub trait ContinuallyRan: Sized {
}
}
Err(e) => {
log::debug!("{}", e);
log::warn!("{}", e);
increase_sleep_before_next_task(&mut current_sleep_before_next_task);
}
}