mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-25 04:17:25 +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"
|
||||
)
|
||||
|
||||
const cleanupTimeout = time.Minute
|
||||
const cleanupTimeout = 5 * time.Minute
|
||||
|
||||
type tapState struct {
|
||||
apiServerService *core.Service
|
||||
|
Reference in New Issue
Block a user