Disable resync period
This commit is contained in:
parent
64936fa471
commit
80f77b7a22
2 changed files with 2 additions and 8 deletions
|
|
@ -104,11 +104,6 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
minResyncPeriod := 10 * time.Second
|
||||
if conf.ResyncPeriod < minResyncPeriod {
|
||||
glog.Fatalf("Resync period should be at least %v (current: %v)", minResyncPeriod, conf.ResyncPeriod)
|
||||
}
|
||||
|
||||
// create the default SSL certificate (dummy)
|
||||
defCert, defKey := ssl.GetFakeSSLCert()
|
||||
c, err := ssl.AddOrUpdateCertAndKey(fakeCertificate, defCert, defKey, []byte{}, fs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue