fix: increase default language server request timeout to 10 seconds
This commit is contained in:
parent
fa23096f85
commit
05f5650456
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ tab_width: usize = 8,
|
||||||
top_bar: []const u8 = "",
|
top_bar: []const u8 = "",
|
||||||
bottom_bar: []const u8 = "mode file log selection diagnostics linenumber",
|
bottom_bar: []const u8 = "mode file log selection diagnostics linenumber",
|
||||||
|
|
||||||
lsp_request_timeout: usize = 3,
|
lsp_request_timeout: usize = 10,
|
||||||
|
|
Loading…
Add table
Reference in a new issue