Skip to content

Commit 3329995

Browse files
committed
update scan time to 200 from 150
1 parent 3853fce commit 3329995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = 150, -- Wait 150ms between updates
79+
throttle_delay_ms = 200, -- Wait 200ms between updates
8080
ignore_patterns = {}, -- Dictionary or file ignored when path completion
8181
},
8282
}

lua/phoenix/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ local default = {
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 = 150, -- Wait 150ms between updates
46+
throttle_delay_ms = 200, -- Wait 200ms between updates
4747
ignore_patterns = {}, -- No ignore patterns by default
4848
},
4949
}

0 commit comments

Comments
 (0)