mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
background rate limits fetch (#6789)
fetching rate limits every minute asynchronously
This commit is contained in:
@@ -263,6 +263,7 @@ fn make_chatwidget_manual() -> (
|
||||
rate_limit_snapshot: None,
|
||||
rate_limit_warnings: RateLimitWarningState::default(),
|
||||
rate_limit_switch_prompt: RateLimitSwitchPromptState::default(),
|
||||
rate_limit_poller: None,
|
||||
stream_controller: None,
|
||||
running_commands: HashMap::new(),
|
||||
task_complete_pending: false,
|
||||
|
||||
Reference in New Issue
Block a user