perf: tweak uv readdir params for performance

This commit is contained in:
Steven Arcangeli 2023-08-20 18:31:17 +00:00
parent 866085407f
commit ffb89bf416
2 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,7 @@ M.list = function(url, column_defs, cb)
end
read_next()
---@diagnostic disable-next-line: param-type-mismatch
end, 100) -- TODO do some testing for this
end, 10000)
end
---@param bufnr integer