mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
add comment on rev history length limit
This commit is contained in:
parent
9546fd540e
commit
9418affa4d
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ func (dc *DeploymentController) getAllReplicaSetsAndSyncRevision(d *apps.Deploym
|
|||
}
|
||||
|
||||
const (
|
||||
// limit revision history length to 100 element (~2000 chars)
|
||||
maxRevHistoryLengthInChars = 2000
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue