Skip to content

Commit

Permalink
try taking out interval
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed May 8, 2024
1 parent f2209de commit e27432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directsketch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ pub async fn download_and_sketch(

for (i, accinfo) in accession_info.into_iter().enumerate() {
py.check_signals()?; // If interrupted, return an Err automatically
interval.tick().await; // Wait for the next interval tick before continuing
// interval.tick().await; // Wait for the next interval tick before continuing
let semaphore_clone = Arc::clone(&semaphore);
let client_clone = Arc::clone(&client);
let send_sigs = send_sigs.clone();
Expand Down

0 comments on commit e27432a

Please sign in to comment.