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 d497f4b commit 9fbb38eCopy full SHA for 9fbb38e
lua/phoenix/init.lua
@@ -43,7 +43,7 @@ local default = {
43
scanner = {
44
scan_batch_size = 1000, -- Scan 1000 items per batch
45
cache_duration_ms = 5000, -- Cache results for 5s
46
- throttle_delay_ms = 200, -- Wait 200ms between updates
+ throttle_delay_ms = 300, -- Wait 300ms between updates
47
ignore_patterns = {}, -- No ignore patterns by default
48
},
49
snippet = '',
0 commit comments