expert-lsp/expert

Debounce project compilation

Chiusa

#672 aperta il 8 mag 2026

 (0 commenti) (0 reazioni) (0 assegnatari)Elixir (103 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (1986 stelle)
Metriche merge PR
 (Merge medio 13g 12h) (43 PR mergiate in 30 g)

Descrizione

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.

Guida contributor