mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #935 from smarterclayton/client_poll_is_too_long
The default client poll interval is extremely long
This commit is contained in:
commit
cc1b1f15e0
@ -96,7 +96,7 @@ func New(host string, auth *AuthInfo) *Client {
|
||||
},
|
||||
},
|
||||
Sync: false,
|
||||
PollPeriod: time.Second * 20,
|
||||
PollPeriod: time.Second * 2,
|
||||
Timeout: time.Second * 20,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user