mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-26 16:55:01 +00:00
Increase the default value of TCP_STREAM_CHANNEL_TIMEOUT_MS to 10000
This commit is contained in:
@@ -15,7 +15,7 @@ const (
|
||||
TcpStreamChannelTimeoutMsEnvVarName = "TCP_STREAM_CHANNEL_TIMEOUT_MS"
|
||||
MaxBufferedPagesTotalDefaultValue = 5000
|
||||
MaxBufferedPagesPerConnectionDefaultValue = 5000
|
||||
TcpStreamChannelTimeoutMsDefaultValue = 5000
|
||||
TcpStreamChannelTimeoutMsDefaultValue = 10000
|
||||
)
|
||||
|
||||
type globalSettings struct {
|
||||
|
||||
Reference in New Issue
Block a user