Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Apr 1, 2024
1 parent d537710 commit 9be55c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions binaries/geph5-exit/src/ratelimit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ impl RateLimiter {
.unwrap()
.is_err()
{
eprintln!("wait {}", bytes);
smol::Timer::after(Duration::from_secs_f32(rand::random::<f32>() * 0.05)).await;
}
} else {
eprintln!("no inner here lol");
}
}

Expand Down

0 comments on commit 9be55c3

Please sign in to comment.