mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Default minRequestTimeout to 1800s
This commit is contained in:
@@ -112,7 +112,7 @@ type Config struct {
|
||||
RestfulContainer *restful.Container
|
||||
|
||||
// If specified, requests will be allocated a random timeout between this value, and twice this value.
|
||||
// Note that it is upto the request handlers to ignore or honor this timeout.
|
||||
// Note that it is up to the request handlers to ignore or honor this timeout.
|
||||
MinRequestTimeout int
|
||||
|
||||
// Number of masters running; all masters must be started with the
|
||||
|
Reference in New Issue
Block a user