1 2 3 4 5 6 7 8
/// Default timeout (15 secs) pub const TIMEOUT_MILLIS: u64 = 15000; /// Default polling interval for internal process reading and writing pub const PROC_POLL_TIMEOUT: u64 = 200; /// Default polling interval for neovim (0.2 secs) pub const NVIM_POLL_TIMEOUT: u64 = 200;