mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
NIT larger buffer (#9957)
This commit is contained in:
@@ -98,7 +98,7 @@ use tokio::sync::mpsc::unbounded_channel;
|
||||
use toml::Value as TomlValue;
|
||||
|
||||
const EXTERNAL_EDITOR_HINT: &str = "Save and close external editor to continue.";
|
||||
const THREAD_EVENT_CHANNEL_CAPACITY: usize = 1024;
|
||||
const THREAD_EVENT_CHANNEL_CAPACITY: usize = 32768;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct AppExitInfo {
|
||||
|
||||
Reference in New Issue
Block a user