Skip to content

Commit

Permalink
Merge branch 'session_view_processor_ebpf' of github.com:mjwolf/beats…
Browse files Browse the repository at this point in the history
… into session_view_processor_ebpf
  • Loading branch information
mjwolf committed Jan 29, 2024
2 parents d5da140 + a5986dd commit ca81839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/auditbeat/internal/ebpf/watcher_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func startLocked() {
gWatcher.loader = loader
gWatcher.clients = make(map[string]client)

records := make(chan ebpfevents.Record)
records := make(chan ebpfevents.Record, loader.BufferLen())
gWatcher.ctx, gWatcher.cancel = context.WithCancel(context.Background())

go gWatcher.loader.EventLoop(gWatcher.ctx, records)
Expand Down

0 comments on commit ca81839

Please sign in to comment.