mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-04 03:56:17 +00:00
Fix linter
This commit is contained in:
@@ -23,7 +23,6 @@ import (
|
|||||||
const (
|
const (
|
||||||
fdCachedItemAvgSize = 40
|
fdCachedItemAvgSize = 40
|
||||||
fdCacheMaxItems = 500000 / fdCachedItemAvgSize
|
fdCacheMaxItems = 500000 / fdCachedItemAvgSize
|
||||||
golangMapLimit = 1 << 10 // 1024
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type tlsPoller struct {
|
type tlsPoller struct {
|
||||||
|
Reference in New Issue
Block a user