Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions codex-rs/app-server-daemon/src/backend/pid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const STDERR_LOG_TAIL_BYTES: u64 = 4096;
/// not accumulate, yet long enough that a quick relaunch or resume reconnects to
/// the still-warm daemon instead of paying a cold start. Only the plain default
/// daemon opts in; remote-control and update-loop daemons must outlive any TUI.
#[cfg(unix)]
const PER_SESSION_IDLE_SHUTDOWN_GRACE_MS: &str = "30000";

#[derive(Debug)]
Expand Down
Loading