mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 19:48:45 +00:00
⚡ Increase DefaultSleep
value
This commit is contained in:
@@ -433,7 +433,8 @@ func postHubStarted(ctx context.Context, kubernetesProvider *kubernetes.Provider
|
||||
}
|
||||
|
||||
// Grace period
|
||||
time.Sleep(1 * time.Second)
|
||||
log.Info().Msg("Please wait...")
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
|
||||
// Storage limit
|
||||
|
Reference in New Issue
Block a user