runtime error handling
This commit is contained in:
@@ -65,6 +65,7 @@ async fn main() -> std::io::Result<()> {
|
||||
.max_size(100_000)
|
||||
.to_owned();
|
||||
crate::flow_debug!("video cache initialized max_size=100000");
|
||||
let _ = providers::configure_runtime_validation(pool.clone(), cache.clone(), requester.clone());
|
||||
|
||||
thread::spawn(move || {
|
||||
crate::flow_debug!("provider init thread spawned");
|
||||
|
||||
Reference in New Issue
Block a user