mirror of https://github.com/k3s-io/k3s
commit
39a91bf122
|
@ -39,7 +39,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// We'll attempt to recompute the required replicas of all replication controllers
|
// We'll attempt to recompute the required replicas of all replication controllers
|
||||||
// the have fulfilled their expectations at least this often. This recomputation
|
// that have fulfilled their expectations at least this often. This recomputation
|
||||||
// happens based on contents in local pod storage.
|
// happens based on contents in local pod storage.
|
||||||
FullControllerResyncPeriod = 30 * time.Second
|
FullControllerResyncPeriod = 30 * time.Second
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue