NIT larger buffer (#9957)

This commit is contained in:
jif-oai
2026-01-27 01:26:55 +00:00
committed by GitHub
parent 394b967432
commit 5d13427ef4

View File

@@ -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 {