mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
codex: keep capacity backoff semantics minimal (#31176)
This commit is contained in:
@@ -310,9 +310,6 @@ where
|
||||
.accounting_state()
|
||||
.turn_is_current_active_goal(input.turn_id) =>
|
||||
{
|
||||
runtime
|
||||
.accounting_state()
|
||||
.reset_idle_progress_baseline_and_clear_active_goal();
|
||||
runtime.defer_capacity_retry();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user