We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635e91e commit 1f3c385Copy full SHA for 1f3c385
src/db/file.rs
@@ -233,7 +233,7 @@ pub fn move_to_s3(conn: &Connection, n: usize) -> Result<usize> {
233
&[]));
234
let count = rows.len();
235
236
- let mut rt = ::tokio::runtime::current_thread::Runtime::new().unwrap();
+ let mut rt = ::tokio::runtime::Runtime::new().unwrap();
237
let mut futures = Vec::new();
238
for row in &rows {
239
let path: String = row.get(0);
0 commit comments