mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Set min analysis interval to 10s
This commit is contained in:
@@ -208,6 +208,10 @@ func (c *Canary) GetAnalysisInterval() time.Duration {
|
||||
return AnalysisInterval
|
||||
}
|
||||
|
||||
if interval < 10*time.Second {
|
||||
return time.Second * 10
|
||||
}
|
||||
|
||||
return interval
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user