mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Update codex-rs/core/src/codex.rs
Co-authored-by: Michael Bolin <mbolin@openai.com>
This commit is contained in:
@@ -1032,7 +1032,7 @@ async fn run_turn(
|
||||
let delay = backoff(retries);
|
||||
warn!(
|
||||
"stream disconnected - retrying turn ({retries}/{} in {delay:?})...",
|
||||
max_retries
|
||||
"stream disconnected - retrying turn ({retries}/{max_retries} in {delay:?})...",
|
||||
);
|
||||
|
||||
// Surface retry information to any UI/front‑end so the
|
||||
|
||||
Reference in New Issue
Block a user