expert-lsp/expert

Debounce project compilation

已关闭

#672 创建于 2026年5月8日

 (0 条评论) (0 个反应) (0 位负责人)Elixir (103 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (1,986 个星标)
PR 合并指标
 (平均合并 13天 12小时) (30 天内合并 43 个 PR)

描述

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.

贡献者指南