forked from qt-creator/qt-creator
AI Assistant: Increase idle delay for suggestions request
Change-Id: Iefffafdf5aa23410701fe16872145019711db83c Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -10,7 +10,7 @@ local mm = require('MessageManager')
|
|||||||
local Install = require('Install')
|
local Install = require('Install')
|
||||||
|
|
||||||
Hooks = {}
|
Hooks = {}
|
||||||
AutoSuggestionDelay = 500
|
AutoSuggestionDelay = 2000
|
||||||
|
|
||||||
local function collectSuggestions(responseTable)
|
local function collectSuggestions(responseTable)
|
||||||
local suggestions = {}
|
local suggestions = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user