Skip to content

Commit

Permalink
Apparently delta generation doesn't run inside Tokio runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed May 23, 2024
1 parent 7992fa2 commit 75af9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ostree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::str;
use std::time::Duration;
use std::{collections::HashMap, path::Path};
use std::{fs, io};
use tokio::time::sleep;
use std::thread::sleep;
use tokio_process::CommandExt;
use walkdir::WalkDir;

Expand Down

0 comments on commit 75af9e0

Please sign in to comment.