Skip to content

Commit cc389c5

Browse files
committed
fix: increase filesystem_watchers.max_events from 100 to 1000
1 parent 118057e commit cc389c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/nvim-tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ local DEFAULT_OPTS = { -- default-config-start
463463
filesystem_watchers = {
464464
enable = true,
465465
debounce_delay = 50,
466-
max_events = 100,
466+
max_events = 1000,
467467
ignore_dirs = {
468468
"/.ccls-cache",
469469
"/build",

0 commit comments

Comments
 (0)