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 0c789eb commit 71d643dCopy full SHA for 71d643d
src/sync.rs
@@ -63,7 +63,7 @@ where
63
if warned_once {
64
warn!(
65
"Task '{task_name}' took longer than expected: {:?} (threshold: {threshold:?})",
66
- start_time.elapsed() - threshold
+ start_time.elapsed()
67
);
68
}
69
break res.expect("Task handle shouldn't error");
0 commit comments