Skip to content

Commit a37dd7d

Browse files
committed
预读上限默认值改为 1000
1 parent fbd6ac3 commit a37dd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/configuration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ local config = {
117117
["Lua.workspace.maxPreload"] = {
118118
scope = "resource",
119119
type = "integer",
120-
default = 300,
120+
default = 1000,
121121
markdownDescription = "%config.workspace.maxPreload%"
122122
},
123123
["Lua.workspace.preloadFileSize"] = {

0 commit comments

Comments
 (0)