@@ -167,15 +167,15 @@ local Template = {
167167 >> util .deepCopy (define .DiagnosticDefaultSeverity ),
168168 [' Lua.diagnostics.neededFileStatus' ] = Type .Hash (Type .String , Type .String )
169169 >> util .deepCopy (define .DiagnosticDefaultNeededFileStatus ),
170- [' Lua.diagnostics.workspaceDelay' ] = Type .Integer >> 0 ,
170+ [' Lua.diagnostics.workspaceDelay' ] = Type .Integer >> 5 ,
171171 [' Lua.diagnostics.workspaceRate' ] = Type .Integer >> 100 ,
172172 [' Lua.diagnostics.libraryFiles' ] = Type .String >> ' Opened' ,
173173 [' Lua.diagnostics.ignoredFiles' ] = Type .String >> ' Opened' ,
174174 [' Lua.workspace.ignoreDir' ] = Type .Array (Type .String ),
175175 [' Lua.workspace.ignoreSubmodules' ] = Type .Boolean >> true ,
176176 [' Lua.workspace.useGitIgnore' ] = Type .Boolean >> true ,
177- [' Lua.workspace.maxPreload' ] = Type .Integer >> 1000 ,
178- [' Lua.workspace.preloadFileSize' ] = Type .Integer >> 100 ,
177+ [' Lua.workspace.maxPreload' ] = Type .Integer >> 3000 ,
178+ [' Lua.workspace.preloadFileSize' ] = Type .Integer >> 500 ,
179179 [' Lua.workspace.library' ] = Type .Hash (Type .String , Type .Boolean , ' ;' ),
180180 [' Lua.workspace.checkThirdParty' ] = Type .Boolean >> true ,
181181 [' Lua.workspace.userThirdParty' ] = Type .Array (Type .String ),
0 commit comments