Skip to content

Commit 0e21241

Browse files
author
Jose Alvarez
committed
refactor: raise default timeout
1 parent 286b9ae commit 0e21241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ null_ls.setup {
5454
save_after_formatting = true,
5555
debounce = 250,
5656
keep_alive_interval = 60000,
57-
default_timeout = 1000
57+
default_timeout = 5000
5858
}
5959

6060
-- register sources dynamically

lua/null-ls/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local defaults = {
66
debounce = 250,
77
keep_alive_interval = 60000, -- 60 seconds,
88
save_after_format = true,
9-
default_timeout = 1000,
9+
default_timeout = 5000,
1010
_generators = {},
1111
_filetypes = {},
1212
_names = {},

0 commit comments

Comments
 (0)