Decrease waits

This commit is contained in:
hrsh7th
2022-07-24 13:14:01 +09:00
parent bf5593df8e
commit 76ba56ce96
6 changed files with 18 additions and 11 deletions

View File

@@ -15,8 +15,9 @@ return function()
end,
performance = {
debounce = 80,
throttle = 40,
debounce = 60,
throttle = 30,
fetching_timeout = 200,
},
preselect = types.cmp.PreselectMode.Item,