Skip to main content

DEADLOCK_CHECK_INTERVAL_SECS

Constant DEADLOCK_CHECK_INTERVAL_SECS 

Source
pub const DEADLOCK_CHECK_INTERVAL_SECS: u64 = 10;
Expand description

Poll interval, in seconds, of the deadlock-detection watchdog thread.

Short enough to catch a deadlock inside an interactive test, long enough to keep tracing quiet during normal operation. Diagnostic scaffolding behind a cargo feature, never a production deadline, so it takes no XDG key.