fix: reduce LSP timeout to 3 seconds
This commit is contained in:
parent
1b3ad42398
commit
a46c75da63
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const Self = @This();
|
|||
const module_name = @typeName(Self);
|
||||
const sp_tag = "child";
|
||||
const debug_lsp = true;
|
||||
const lsp_request_timeout = std.time.ns_per_s * 30;
|
||||
const lsp_request_timeout = std.time.ns_per_s * 3;
|
||||
|
||||
const OutOfMemoryError = error{OutOfMemory};
|
||||
const SendError = error{SendFailed};
|
||||
|
|
Loading…
Add table
Reference in a new issue