Skip to content

Commit

Permalink
Correct comment to reflect update in vault grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed Oct 3, 2017
1 parent 9e38640 commit ac97fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

const (
// DefaultVaultGrace is the default grace period before which to read a new
// secret from Vault. If a lease is due to expire in 5 minutes, Consul
// secret from Vault. If a lease is due to expire in 15 seconds, Consul
// Template will read a new secret at that time minus this value.
DefaultVaultGrace = 15 * time.Second

Expand Down

0 comments on commit ac97fc0

Please sign in to comment.