expert-lsp/expert

Debounce project compilation

Geschlossen

#672 geöffnet am 08.05.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (103 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.986 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 13T 12h) (43 gemergte PRs in 30 T)

Beschreibung

Some users report that Expert recompiles and reindexes the project too often. In particular, it seems coding agents can launch an LSP(including expert), and when making tons of edits they save a lot of files in quick succession, apparently causing a lot of CPU load.

I think debouncing the project compilation + indexing every few seconds can help with that use case.

Contributor Guide