mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
fix stale comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user