Skip to content

Commit

Permalink
Try kludge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 23, 2024
1 parent 083a1c9 commit 2eca5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index/sparse_remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ impl RemoteSparseIndex {

let prep_krate_res = prep();

std::thread::sleep(std::time::Duration::from_millis(1000));

use rayon::prelude::*;
let mut results: BTreeMap<_, _> = krates
.into_par_iter()
Expand Down

0 comments on commit 2eca5a6

Please sign in to comment.