expert-lsp/expert

Debounce project compilation

Fermée

#672 ouverte le 8 mai 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Elixir (103 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (1 986 étoiles)
Métriques de merge PR
 (Merge moyen 13j 12h) (43 PRs mergées en 30 j)

Description

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.

Guide contributeur