Explain what zero duration means for retention

pull/1857/head
Philip O'Toole 2015-03-05 15:30:04 -08:00
parent a2e4556563
commit bf55c0fc23
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ type RetentionPolicy struct {
// Unique name within database. Required. // Unique name within database. Required.
Name string `json:"name"` Name string `json:"name"`
// Length of time to keep data around // Length of time to keep data around. A zero duration means keep the data forever.
Duration time.Duration `json:"duration"` Duration time.Duration `json:"duration"`
// The number of copies to make of each shard. // The number of copies to make of each shard.