mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
review
This commit is contained in:
@@ -1031,7 +1031,6 @@ async fn run_turn(
|
||||
retries += 1;
|
||||
let delay = backoff(retries);
|
||||
warn!(
|
||||
"stream disconnected - retrying turn ({retries}/{} in {delay:?})...",
|
||||
"stream disconnected - retrying turn ({retries}/{max_retries} in {delay:?})...",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user