File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ vim.g.phoenix = {
7676 scanner = {
7777 scan_batch_size = 1000 , -- Scan 1000 items per batch
7878 cache_duration_ms = 5000 , -- Cache results for 5s
79- throttle_delay_ms = 100 , -- Wait 100ms between updates
79+ throttle_delay_ms = 150 , -- Wait 150ms between updates
8080 ignore_patterns = {}, -- Dictionary or file ignored when path completion
8181 },
8282}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ vim.g.phoenix = {
4343 scanner = {
4444 scan_batch_size = 1000 , -- Scan 1000 items per batch
4545 cache_duration_ms = 5000 , -- Cache results for 5s
46- throttle_delay_ms = 100 , -- Wait 100ms between updates
46+ throttle_delay_ms = 150 , -- Wait 150ms between updates
4747 ignore_patterns = {}, -- No ignore patterns by default
4848 },
4949}
You can’t perform that action at this time.
0 commit comments