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