Decrease THROTTLE_TIME

This commit is contained in:
hrsh7th
2022-02-05 14:00:06 +09:00
parent de69c657eb
commit a7fea2ca9f

View File

@@ -14,7 +14,7 @@ local api = require('cmp.utils.api')
local event = require('cmp.utils.event')
local SOURCE_TIMEOUT = 500
local THROTTLE_TIME = 120
local THROTTLE_TIME = 80
---@class cmp.Core
---@field public suspending boolean