mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-25 20:46:13 +00:00
extend cleanup timeout to solve context timeout problem in dump logs (#453)
This commit is contained in:
@@ -33,7 +33,7 @@ import (
|
|||||||
"github.com/up9inc/mizu/tap/api"
|
"github.com/up9inc/mizu/tap/api"
|
||||||
)
|
)
|
||||||
|
|
||||||
const cleanupTimeout = time.Minute
|
const cleanupTimeout = 5 * time.Minute
|
||||||
|
|
||||||
type tapState struct {
|
type tapState struct {
|
||||||
apiServerService *core.Service
|
apiServerService *core.Service
|
||||||
|
Reference in New Issue
Block a user