mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
[app-server] use 30-second current-time timeout
This commit is contained in:
@@ -22,7 +22,7 @@ use crate::outgoing_message::ConnectionId;
|
||||
use crate::outgoing_message::OutgoingMessageSender;
|
||||
use crate::thread_state::ThreadStateManager;
|
||||
|
||||
const CURRENT_TIME_REQUEST_TIMEOUT: Duration = Duration::from_secs(60);
|
||||
const CURRENT_TIME_REQUEST_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
const CURRENT_TIME_POLL_INTERVAL: Duration = Duration::from_secs(1);
|
||||
|
||||
pub(crate) fn app_server_time_provider(
|
||||
|
||||
Reference in New Issue
Block a user