Skip to main content

LSP_STARTUP_TIMEOUT_SECS

Constant LSP_STARTUP_TIMEOUT_SECS 

Source
pub const LSP_STARTUP_TIMEOUT_SECS: u64 = 5;
👎Deprecated since 0.1.0:

Use PROCESS_STARTUP_TIMEOUT and SERVER_INIT_TIMEOUT instead

Expand description

Legacy timeout constant (deprecated)

This was the original single timeout for entire LSP startup. Now replaced by PROCESS_STARTUP_TIMEOUT + SERVER_INIT_TIMEOUT. Kept for backward compatibility during migration.