fix stale comment

This commit is contained in:
Ruben Fiszel
2023-04-27 07:42:40 +02:00
parent 4387db275f
commit c164c0ff29
-1
View File
@@ -1400,7 +1400,6 @@ async fn run_wait_result<T>(
break;
}
//for the first 10 seconds, we poll every 50ms, then every 200ms
let delay = if accumulated_delay <= fast_poll_duration {
*WAIT_RESULT_FAST_POLL_INTERVAL_MS
} else {