mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
The default client poll interval is extremely long
Most operations complete much more quickly than 20s, and those that do take longer are going to be fixed to make them take less time (#353)
This commit is contained in:
@@ -96,7 +96,7 @@ func New(host string, auth *AuthInfo) *Client {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Sync: false,
|
Sync: false,
|
||||||
PollPeriod: time.Second * 20,
|
PollPeriod: time.Second * 2,
|
||||||
Timeout: time.Second * 20,
|
Timeout: time.Second * 20,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user