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 effaf4a commit 29c2fdaCopy full SHA for 29c2fda
src/tasks/cache.rs
@@ -32,6 +32,7 @@ impl CacheTask {
32
loop {
33
let mut basefee = 0;
34
tokio::select! {
35
+ biased;
36
res = self.env.changed() => {
37
if res.is_err() {
38
debug!("Cache task: env channel closed, exiting");
0 commit comments