Skip to content

Commit

Permalink
Do not perform initial scan
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Oct 4, 2024
1 parent bef17bc commit 6b54dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/usm/ebpf_gotls.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func newGoTLSProgramProtocolFactory(m *manager.Manager) protocols.ProtocolFactor
},
}},
ExcludeTargets: uprobes.ExcludeInternal,
PerformInitialScan: true,
PerformInitialScan: false,
EnablePeriodicScanNewProcesses: false,
}

Expand Down

0 comments on commit 6b54dd9

Please sign in to comment.