We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccf364 commit 6a89448Copy full SHA for 6a89448
script/global.d.lua
@@ -56,3 +56,7 @@ LOGLEVEL = 'warn'
56
57
---@type boolean
58
LAZY = false
59
+
60
+-- (experiment) Improve performance, but reduce accuracy
61
+---@type boolean
62
+CACHEALIVE = false
script/vm/node.lua
@@ -481,7 +481,7 @@ local delayTimer
481
files.watch(function (ev, uri)
482
if ev == 'version' then
483
if ws.isReady(uri) then
484
- if PREVIEW then
+ if CACHEALIVE then
485
if delayTimer then
486
delayTimer:restart()
487
end
0 commit comments