mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-31 18:17:29 +00:00
⚡ Increase DefaultSleep
value
This commit is contained in:
@@ -24,7 +24,7 @@ type Connector struct {
|
||||
|
||||
const DefaultRetries = 3
|
||||
const DefaultTimeout = 2 * time.Second
|
||||
const DefaultSleep = 10 * time.Millisecond
|
||||
const DefaultSleep = 100 * time.Millisecond
|
||||
|
||||
func NewConnector(url string, retries int, timeout time.Duration) *Connector {
|
||||
return &Connector{
|
||||
|
Reference in New Issue
Block a user