mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-01 00:35:31 +00:00
Revert "Revert channel buffer size #run_acceptance_tests"
This reverts commit e62c3844cd
.
This commit is contained in:
parent
e62c3844cd
commit
ba5ae3d3c8
@ -189,7 +189,7 @@ func initializePassiveTapper(opts *TapOpts, outputItems chan *api.OutputChannelI
|
||||
diagnose.InitializeErrorsMap(*debug, *verbose, *quiet)
|
||||
diagnose.InitializeTapperInternalStats()
|
||||
|
||||
mainPacketInputChan = make(chan source.TcpPacketInfo)
|
||||
mainPacketInputChan = make(chan source.TcpPacketInfo, 1000)
|
||||
|
||||
if err := initializePacketSources(); err != nil {
|
||||
logger.Log.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user