Skip to content

Commit 29c2fda

Browse files
committed
fix: biased
1 parent effaf4a commit 29c2fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tasks/cache.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl CacheTask {
3232
loop {
3333
let mut basefee = 0;
3434
tokio::select! {
35+
biased;
3536
res = self.env.changed() => {
3637
if res.is_err() {
3738
debug!("Cache task: env channel closed, exiting");

0 commit comments

Comments
 (0)