There was an error while loading. Please reload this page.
1 parent f1acf0a commit 83b99efCopy full SHA for 83b99ef
internal/watcher/main.go
@@ -31,7 +31,7 @@ type WorkspaceWatcher struct {
31
func NewWorkspaceWatcher(client *lsp.Client) *WorkspaceWatcher {
32
return &WorkspaceWatcher{
33
client: client,
34
-debounceTime: 300 * time.Millisecond, // Configurable debounce duration
+debounceTime: 1000 * time.Millisecond, // Configurable debounce duration
35
debounceMap: make(map[string]*time.Timer),
36
}
37
0 commit comments